RETIRED, Authentication system for the OpenStack Foundation site
Go to file
Jeremy Stanley 9327736e71 Add boilerplate for Sphinx doc rendering
This is the necessary boilerplate configuration to be able to run
Sphinx via PBR from tox and render reStructuredText into HTML for
publication. Also add the httpdomain contrib plugin for Sphinx since
this project will include some HTTP API documentation.

Change-Id: Ied0092e2965463abe0c86d37047faa6b47d1bc97
2015-03-23 22:52:45 +00: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
doc/source Add boilerplate for Sphinx doc rendering 2015-03-23 22:52:45 +00: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 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
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
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 Add boilerplate for Sphinx doc rendering 2015-03-23 22:52:45 +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

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