URI check will return false, when SSL_Enable is set to true and http scheme is not https. Required to pass through http request in development environment. Change-Id: I911f5a4cf70d5873f24d695adeca5760c910f04d
OpenstackId Idp
Prerequisites
* LAMP environment
* 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 artisan migrate --env=YOUR_ENVIRONMENT
- php artisan db:seed --env=YOUR_ENVIRONMENT
Description