Sebastian Marcet 7647be9500 Updated support email
Added support email config variable to .env
and set default value to info@openstack.org

Change-Id: I29634d73ada11024bfa5050bd03b1a1fd5305a89
2018-01-10 07:29:11 -03:00
2018-01-10 07:29:11 -03:00
2018-01-10 07:29:11 -03:00
2017-08-22 13:13:10 -03:00
2017-08-22 13:13:10 -03:00
2017-10-17 14:31:48 -03:00
2015-12-16 11:03:01 -03:00
2018-01-10 07:29:11 -03:00
2016-11-17 18:37:40 -03:00
2014-01-03 19:57:25 +00:00
2016-11-17 18:37:40 -03:00
2015-12-16 11:03:01 -03:00
2016-02-25 17:11:31 -03:00
2016-11-17 18:37:40 -03:00
2016-11-17 18:37:40 -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