Skip to content

Installation & configuration

alve89 edited this page Dec 1, 2016 · 2 revisions

##Installation

  1. Get latest release from releases and extract it to your server ##Configuration
  2. Configure /config/config.general.php
  3. Add your routines to retrieve user details to /config/config.getUser.php
  4. Add all accounts you want to be included within the profile in /config/config.addTheseAccounts.php
  5. Add your routines to /config/config.authenticationBackends.php to authenticate your users
  6. Configure the way you want to handle Non Apple Devices. Set the option $enableProfileDownloadForNonAppleUsers /config/config.general.php and configure the display in /config/config.displayThisToNonAppleUsers.php

###Get unsigned profile You're ready to go for an unsigned profile. Just open index.php in your browser.

###Get signed profile 6. Add SSL certificate cert.pem to /data/certs/ 7. Add certificate chain ca-bundle.pem to /data/certs/ 8. Add private key key.pem to /data/certs/

Now you're ready for signed profiles

Clone this wiki locally