- Do a
composer install
in your terminal to install dependencies. Fill in the database informations correctly. - Do a
php bin/console doctrine:schema:update --force
in your terminal to update database. - Do
php bin/console server:run
in your terminal to start server.