update documentation
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simon Vieille 2022-01-25 09:12:30 +01:00
parent 7c21c5388e
commit 239bc77a7c

View file

@ -28,13 +28,13 @@ An error occured because of the unconfigured database.
* Copy `.env` into `.env.local`
* Edit `.env.local` ([documentation](https://symfony.com/doc/current/configuration.html#configuring-environment-variables-in-env-files))
* Run `php bin/doctrine-migrate` (or `make doctrine-migrate`)
* Run `"$PHP_BIN" bin/doctrine-migrate` (or `make doctrine-migrate`)
And finally, build assets with `make asset`.
## Create an admin user
Run `php bin/console murph:user:create` and answer questions.
Run `"$PHP_BIN" bin/console murph:user:create` and answer questions.
## Configure a web server