Sebastian Marcet ab777ecb8d Integration Testing
refactored db transactions to allow IOC
that would make easier unit testing

Change-Id: Ifbaa14e8b8025c3a68b4eddd794c92f389087a94
Implements: blueprint openid-oauth2-integration-testing
2014-02-19 20:14:22 -03:00
2014-02-19 20:14:22 -03:00
2014-02-19 20:14:22 -03:00
2014-01-03 19:57:25 +00:00
2014-02-19 19:27:29 -03: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 artisan migrate --env=YOUR_ENVIRONMENT
  • php artisan db:seed --env=YOUR_ENVIRONMENT
Description
RETIRED, Authentication system for the OpenStack Foundation site
Readme 9.8 MiB