RETIRED, Authentication system for the OpenStack Foundation site
Go to file
Sebastian Marcet 407201d6bc Open up Marketplace API
added following APIs
* Public Cloud API
* Private Cloud API
* Consultants API

Change-Id: Ib6adb1b10507446ea2f8c15939d33e748d307939
Implements: blueprint oauth2-marketplace-api
2015-03-17 14:49:30 -03:00
app Open up Marketplace API 2015-03-17 14:49:30 -03:00
bootstrap Integration Testing 2014-02-19 20:14:22 -03:00
public Open up Marketplace API 2015-03-17 14:49:30 -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 Adds Support for Laravel 4.1.26 2014-10-01 15:23:13 -05:00
phpunit.xml [smarcet] - Refs #4590 - Create initial solution and upload to git repo 2013-10-14 12:16:23 -03:00
readme.md Open up Marketplace API 2015-03-17 14:49:30 -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 composer.phar dump-autoload --optimize
  • php artisan migrate --env=YOUR_ENVIRONMENT
  • php artisan db:seed --env=YOUR_ENVIRONMENT