Sebastian Marcet d6068a8c29 Fixed DH error
added to DHRequest a validation for g parameter ( > 1 )

Change-Id: If436ff7a558028043bb7a52e31c81b7fd3b6eb44
2016-03-16 12:07:16 -03:00
2016-03-16 12:07:16 -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-15 17:55:34 -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