Marton Kiss ffb3eded03 Fix allowed uri SSL check
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
2014-12-12 11:23:47 +01:00
2014-12-12 11:23:47 +01:00
2014-02-19 20:14:22 -03:00
2014-01-03 19:57:25 +00:00
2014-10-01 15:23:13 -05:00

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
RETIRED, Authentication system for the OpenStack Foundation site
Readme 9.9 MiB