Jeremy Stanley f3585ef0d0 Switch to openstackdocstheme and latest Sphinx
The yasfb 0.8.0 release has stopped supporting older Sphinx
versions, but oslosphinx is deprecated and lacks support for Sphinx
>=2.0.0. Luckily replacing oslosphinx with
openstackdocstheme is trivial, and allows us to uncap Sphinx
entirely.

Change-Id: I3c372acf3dc3be224f71bb77c47b05a47add78a6
2019-04-09 17:23:32 +00:00
2019-01-10 13:51:06 -03:00
2019-01-10 13:51:06 -03:00
2019-01-10 13:51:06 -03:00
2018-09-20 14:38:36 -03:00
2019-01-10 13:51:06 -03:00
2018-04-10 11:47:09 -03:00
2019-01-10 13:51:06 -03:00
2014-01-03 19:57:25 +00:00
2019-01-10 13:51:06 -03:00
2015-12-16 11:03:01 -03:00
2019-01-10 13:51:06 -03:00
2019-01-10 13:51:06 -03:00
2019-01-10 13:51:06 -03:00
2018-06-18 10:42:20 -07:00
2019-01-10 13:51:06 -03:00
2016-11-17 18:37:40 -03:00
2019-01-10 13:51:06 -03:00
2018-06-18 10:42:20 -07:00
2019-01-10 13:51:06 -03:00

OpenstackId Idp

Prerequisites

* LAMP/LEMP environment
* Redis
* PHP >= 5.3.7
* 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 vendor:publish --provider="Greggilbert\Recaptcha\RecaptchaServiceProvider"
  • php artisan migrate --env=YOUR_ENVIRONMENT
  • php artisan db:seed --env=YOUR_ENVIRONMENT
  • phpunit --bootstrap vendor/autoload.php
  • give proper rights to app/storage folder (775 and proper users)
  • vendor/bin/behat --config /home/smarcet/git/openstackid/behat.yml

Permissions

Laravel may require some permissions to be configured: folders within storage and vendor require write access by the web server.

Description
RETIRED, Authentication system for the OpenStack Foundation site
Readme 9.8 MiB