Sebastian Marcet b364505b55 Feature group events
Added group events, this kind of event types are only
visible to members that belongs to one of the groups
listed on the event.

Change-Id: I9e7ba8ed10540b136997c054f7ace2c518bae184
2017-01-17 13:01:20 -03:00
2017-01-17 13:01:20 -03:00
2016-12-27 10:09:13 -03:00
2017-01-09 09:55:34 -03:00
2015-08-18 13:48:13 -03:00
2016-11-17 14:28:39 -03:00
2016-11-04 17:07:57 -03:00
2017-01-17 13:01:20 -03:00
2016-03-23 13:08:15 -03:00
2015-08-18 13:48:13 -03:00
2016-11-04 17:07:57 -03:00
2015-04-22 19:55:53 +00:00
2016-11-04 17:07:57 -03:00
2016-11-21 11:39:26 -03:00
2015-08-18 13:48:13 -03:00
2017-01-06 14:06:31 -03:00
2015-08-18 13:48:13 -03:00
2015-08-18 13:48:13 -03:00
2015-08-18 13:48:13 -03:00
2016-09-12 12:12:52 -03:00

OpenStackId Resource Server

Prerequisites

* LAMP/LEMP environment
* PHP >= 5.4.0
* Redis
* 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
  • phpunit --bootstrap vendor/autoload.php
  • php artisan doctrine:generate:proxies
  • php artisan doctrine:clear:metadata:cache
  • php artisan doctrine:clear:query:cache
  • php artisan doctrine:clear:result:cache
  • php artisan doctrine:ensure:production
  • give proper rights to storage folder (775 and proper users)
  • 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.

Description
RETIRED, Resource service for the OpenStack Foundation site
Readme 12 MiB