Sebastian Marcet 9db633c111 Bug Fixing
* fixed bug that prevent translate/ref-stack be able to log in
* removed some debug logs
* updated DH param checking routine
* updated unit tests

Change-Id: I7b49167b06bdeceaf6a7e634cac7e9250f0a1553
2016-03-17 15:14:49 -03:00
2016-03-17 15:14:49 -03:00
2014-02-19 20:14:22 -03:00
2016-03-16 00:49:59 -03:00
2015-12-16 11:03:01 -03:00
2014-01-03 19:57:25 +00:00
2015-12-16 11:03:01 -03:00
2016-02-25 17:11:31 -03:00
2016-03-17 09:42:22 -03:00
2015-12-16 11:03:01 -03:00

OpenstackId Idp

Prerequisites

* LAMP/LEMP environment
* Redis
* PHP >= 5.3.7
* 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)
  • vendor/bin/behat --config /home/smarcet/git/openstackid/behat.yml

Permissions

Laravel may require some permissions to be configured: folders within storage and vendor require write access by the web server.

Description
RETIRED, Authentication system for the OpenStack Foundation site
Readme 9.9 MiB