RETIRED, Authentication system for the OpenStack Foundation site
Go to file
Jeremy Stanley 3fb5ad8275 Replace ci.o.o links with docs.o.o/infra
The http://ci.openstack.org/ documentation site has been deprecated,
replaced by redirects to corresponding paths within
http://docs.openstack.org/infra/ where other Project Infrastructure
documentation already resides.

Change-Id: Id9a65a5f87783a0e6f2022b2c4f25353ade4ad5f
2015-05-14 21:38:16 +00:00
app Allow to change email without change openid url 2015-04-15 17:19:06 -03:00
bootstrap Integration Testing 2014-02-19 20:14:22 -03:00
doc/source Replace ci.o.o links with docs.o.o/infra 2015-05-14 21:38:16 +00:00
public Fix misspellings in openstackid 2015-03-23 15:20:20 -03:00
.gitattributes [smarcet] - Refs #4590 - Create initial solution and upload to git repo 2013-10-14 12:16:23 -03:00
.gitignore Add boilerplate for Sphinx doc rendering 2015-03-23 22:52:45 +00:00
.gitreview Add a .gitreview file 2014-01-03 19:57:25 +00:00
artisan Implements: blueprint openid-oauth2-admin.backend-api-endpoints-administration 2014-01-24 18:04:10 -03:00
composer.json Pin mockery to a release which supports PHP 5.3 2015-04-07 14:55:23 +00:00
CONTRIBUTING.md [smarcet] - Refs #4590 - Create initial solution and upload to git repo 2013-10-14 12:16:23 -03:00
phpunit.xml [smarcet] - Refs #4590 - Create initial solution and upload to git repo 2013-10-14 12:16:23 -03:00
readme.md Fix misspellings in openstackid 2015-03-23 15:20:20 -03:00
requirements.txt Add boilerplate for Sphinx doc rendering 2015-03-23 22:52:45 +00:00
server.php [smarcet] - Refs #4590 - Create initial solution and upload to git repo 2013-10-14 12:16:23 -03:00
setup.cfg Pin mockery to a release which supports PHP 5.3 2015-04-07 14:55:23 +00:00
setup.py Add boilerplate for Sphinx doc rendering 2015-03-23 22:52:45 +00:00
tox.ini Add boilerplate for Sphinx doc rendering 2015-03-23 22:52:45 +00: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 composer.phar dump-autoload --optimize
  • php artisan migrate --env=YOUR_ENVIRONMENT
  • php artisan db:seed --env=YOUR_ENVIRONMENT
  • phpunit --bootstrap vendor/autoload.php