Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alve89 committed Nov 30, 2016
1 parent bddd236 commit efd1222
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ The profiles work on iPod, iPhone, iPad, Mac.
## Installation
1. Get latest release from [releases](https://github.com/alve89/PHPMobileConfig/releases/latest) and extract it to your server
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
3. Add your routines to retrieve user details to [/config/config.getUser.php](https://github.com/alve89/PHPMobileConfig/blob/master/config/config.getUser.php)
4. Add all accounts you want to be included within the profile in [/config/config.addTheseAccounts.php](https://github.com/alve89/PHPMobileConfig/blob/master/config/config.addTheseAccounts.php#L15_L70)
5. Add your routines to [/config/config.authenticationBackends.php](https://github.com/alve89/PHPMobileConfig/blob/master/config/config.authenticationBackends.php) to authenticate your users
6. You're ready to go for an unsigned profile
7. If you additionally want to display non-Apple-device-users their user details, edit [index.php](https://github.com/alve89/PHPMobileConfig/blob/master/index.php#L74_L85)
7. Configure the way you want to handle Non Apple Devices. Set the option `$enableProfileDownloadForNonAppleUsers` [/config/config.general.php](https://github.com/alve89/PHPMobileConfig/blob/master/config/config.general.php#L12) and configure the display in [/config/config.displayThisToNonAppleUsers.php](https://github.com/alve89/PHPMobileConfig/blob/master/config/config.displayThisToNonAppleUsers.php)

To get signed profiles you need three more steps:

Expand Down

0 comments on commit efd1222

Please sign in to comment.