Jeremy Stanley e6a1d6142f Correct the openstackid.org URL
The hostname for the production OpenStackID instance is
openstackid.org, not openstackid.openstack.org.

Change-Id: I213ced56a8777d7977c3b81a1df8b3c3683ea151
2015-08-04 14:21:51 +00:00
2015-06-30 12:12:21 -03:00
2014-02-19 20:14:22 -03:00
2015-06-17 13:21:55 -03:00
2014-01-03 19:57:25 +00:00
2015-06-30 12:12:21 -03:00
2015-06-17 13:21:55 -03:00

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