-
Notifications
You must be signed in to change notification settings - Fork 1
Building the app from sources
Benoît edited this page Jan 30, 2018
·
3 revisions
Frontend depencies are managed with bower.
npm, grunt, bower must be installed
For information related in frontend, see this doc page
Frontend depencies are managed with composer.
Once dependencies are satisfied, just clone and run the following commands that will build the app:
composer install
composer install-assets
composer dump-translation
composer build-assets
php bin/console doctrine:database:create
php bin/console doctrine:schema:create
php bin/console doctrine:migrations:migrate
composer fixtures-dev
PHPUnit tests can be run through composer
:
composer test
e-media wiki