RETIRED, Authentication system for the OpenStack Foundation site
Go to file
Marton Kiss 8808ce584a Precise LTS php support
Change PHP version requirement to >=5.3.7. Actually this enable
Ubuntu Precise LTS php environment usage.

Change-Id: I4e154e36bafdfa4fd743403fdde27496cae3356d
2014-02-12 16:55:59 +01:00
app Fix on CORS implementation. 2014-02-11 09:51:52 -03:00
bootstrap Implements: blueprint openid-oauth2-user-service 2014-02-10 16:29:41 -03:00
public Implements: blueprint openid-oauth2-user-service 2014-02-10 16:29:41 -03:00
.gitattributes [smarcet] - Refs #4590 - Create initial solution and upload to git repo 2013-10-14 12:16:23 -03:00
.gitignore Implements: blueprint openid-oauth2-admin.backend-scopes-administration 2014-01-31 16:52:42 -03:00
.gitreview Add a .gitreview file 2014-01-03 19:57:25 +00:00
CONTRIBUTING.md [smarcet] - Refs #4590 - Create initial solution and upload to git repo 2013-10-14 12:16:23 -03:00
artisan Implements: blueprint openid-oauth2-admin.backend-api-endpoints-administration 2014-01-24 18:04:10 -03:00
composer.json Precise LTS php support 2014-02-12 16:55:59 +01:00
phpunit.xml [smarcet] - Refs #4590 - Create initial solution and upload to git repo 2013-10-14 12:16:23 -03:00
readme.md Implements: blueprint oauth2-openid-refresh-tokens-administration 2014-01-22 11:04:35 -03:00
server.php [smarcet] - Refs #4590 - Create initial solution and upload to git repo 2013-10-14 12:16:23 -03:00

readme.md

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