Sebastian Marcet 003d615d8b Fix on mising presentation material data updates
added missing presentation material events

Change-Id: I5bcfcb3b601d2b091e0a75de0873672a1f7b2b65
2016-10-24 11:03:31 -03:00
2016-09-26 17:18:56 -03:00
2015-08-18 13:48:13 -03:00
2016-10-23 13:56:54 -03:00
2016-03-23 13:08:15 -03:00
2015-08-18 13:48:13 -03:00
2015-04-22 19:55:53 +00: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
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)

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