Skip to content

Installation

Benoît edited this page Jan 3, 2018 · 15 revisions

Installation

Prerequisites

Installation instructions

Environment variables

Install sources

Fully built version bundled with all dependencies installed are available under .tgz archive.

OR

Install database

Create database

php bin/console doctrine:database:create

Create schema

php bin/console doctrine:schema:create

Create sessions table

php bin/console doctrine:migrations:migrate

Load fixtures

composer fixtures-dev    

Customisations

Logo

To use your custom logo instead of the default one, put it as follow: web/assets/dist/image/custom-logo.png

Clone this wiki locally