
The hostname for the production OpenStackID instance is openstackid.org, not openstackid.openstack.org. Change-Id: I213ced56a8777d7977c3b81a1df8b3c3683ea151
OpenstackId Idp
Prerequisites
* LAMP/LEMP environment
* Redis
* PHP >= 5.4.0
* composer (https://getcomposer.org/)
Install
run following commands on root folder
- curl -s https://getcomposer.org/installer | php
- php composer.phar install --prefer-dist
- php composer.phar dump-autoload --optimize
- php artisan migrate --env=YOUR_ENVIRONMENT
- php artisan db:seed --env=YOUR_ENVIRONMENT
- phpunit --bootstrap vendor/autoload.php
- give proper rights to app/storage folder (775 and proper users)
Permissions
Laravel may require some permissions to be configured: folders within storage and vendor require write access by the web server.
Description