527 B
527 B
Requirements:
a web server speaking PHP, composer and NPM to install dependencies.
Installation:
install dependencies:
bash install.sh
edit parameters.yml to link to your mysql server
update schema with doctrine
php bin/console doctrine:schema:update --dump-sql
php bin/console doctrine:schema:update --force
compile front end assets
yarn run encore dev --watch
access the front with your browser
php bin/console server:run
firefox http://http://127.0.0.1:8000/
enjoy!