smarcet 70830413ae Fixed wrong orm mappings
Change-Id: I42338ae97684b5928deb79ff4d1620c14526e0a3
Signed-off-by: smarcet <smarcet@gmail.com>
2020-02-25 18:20:19 -03:00
2020-02-25 18:20:19 -03:00
2020-02-14 23:58:55 -03:00
2020-01-28 13:34:38 -03:00
2020-01-23 03:06:05 -03:00
2020-01-23 03:06:05 -03:00
2020-02-22 10:56:32 -03:00
2018-04-10 11:47:09 -03:00
2020-01-23 03:06:05 -03:00
2020-02-21 15:40:51 -03:00
2019-04-19 19:25:33 +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
2020-01-23 03:06:05 -03:00
2020-02-15 17:36:26 -03:00
2020-02-15 17:36:26 -03:00
2020-01-23 03:06:05 -03:00
2020-01-23 03:06:05 -03:00
2019-01-10 13:51:06 -03:00
2020-01-23 03:06:05 -03:00
2019-09-30 08:53:37 -03:00
2019-01-10 13:51:06 -03:00
2020-01-23 03:06:05 -03:00
2020-01-23 03:06:05 -03:00
2019-01-10 13:51:06 -03:00

OpenstackId Idp

Prerequisites

* LAMP/LEMP environment
* Redis
* PHP >= 7.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 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.

chmod 777 vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Serializer

Permissions

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

create SS schema

php artisan doctrine:schema:create --sql --em=model > model.sql

Doctrine Migrations

create new migrations

php artisan doctrine:migrations:generate --connection=model --create=

check status

php artisan doctrine:migrations:status --connection=model

run

php artisan doctrine:migrations:migrate --connection=model

start queue worker

php artisan queue:work

create super user

php artisan idp:create-super-admin {email} {password}

seed db

php artisan db:seed --force --env={env}

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