diff --git a/docs/index.md b/docs/index.md index f00acf5..ce6ccd4 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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 💜 diff --git a/docs/install.md b/docs/install.md index eaf973f..80f642f 100644 --- a/docs/install.md +++ b/docs/install.md @@ -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