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

This commit is contained in:
Simon Vieille 2022-03-01 14:07:37 +01:00
parent b883515473
commit d4f82fcf91
2 changed files with 3 additions and 5 deletions

View file

@ -3,7 +3,7 @@
Muprh is an open-source CMF built on **top of Symfony** that helps you to **build your
own CMS** with several domains and languages. It comes with a fully implemented
and customizable tree manager, a CRUD generator, a 2FA authentication, settings and tasks
managers.
managers, basic web analytics.
Symfony developers will love build on Murph 💪
End users will be fond of the interface and the powerful tools 💜

View file

@ -29,10 +29,8 @@ Create your project:
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" bin/doctrine-migrate` (or `make doctrine-migrate`)
And finally, build assets with `make asset`.
* Edit `.env.local` ([documentation](https://symfony.com/doc/current/configuration.html#configuring-environment-variables-in-env-files)). Don't forget to set `APP_SECRET`.
* Run `make build`
## Create an admin user