-
Notifications
You must be signed in to change notification settings - Fork 4
Installation & configuration
alve89 edited this page Dec 1, 2016
·
2 revisions
##Installation
- Get latest release from releases and extract it to your server ##Configuration
- Configure /config/config.general.php
- Add your routines to retrieve user details to /config/config.getUser.php
- Add all accounts you want to be included within the profile in /config/config.addTheseAccounts.php
- Add your routines to /config/config.authenticationBackends.php to authenticate your users
- 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