-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
Benoît edited this page Apr 11, 2018
·
15 revisions
Technical stack:
- language: >= php-7.0
- dbms: pgsql or mysql
- webserver: nginx (prefered) or apache2
- Checkout a built version on the releases page.
Fully built version bundled with all dependencies installed are available under .tgz
archive.
OR
- Build the app from sources. see building instructions. This option is for developers only since you must rebuild the solution with all depencies and run then build jobs.
Checkout the dedicated page for setting up env vars
php bin/console doctrine:database:create
php bin/console doctrine:schema:create
php bin/console doctrine:migrations:migrate -n
This will populate app with sample records:
php bin/console doctrine:fixtures:load --no-interaction --env=dev
php bin/console cache:clear --env=dev
php bin/console cache:clear --env=prod
To use your custom logo instead of the default one, put it as follow: web/assets/dist/image/custom-logo.png
e-media wiki