Update 'README.md'

This commit is contained in:
naomi 2022-04-01 10:34:50 +02:00
parent 906d7f61bf
commit 8fe210aa68
1 changed files with 1 additions and 1 deletions

View File

@ -4,9 +4,9 @@
* `composer install` * `composer install`
* Configure your local web server to serve the `web` directory as a site * Configure your local web server to serve the `web` directory as a site
* `mkdir web/sites/default/files` * `mkdir web/sites/default/files`
* `cp web/sites/default/default.settings.php web/sites/default/settings.php`
* `chgrp www-data -R web` * `chgrp www-data -R web`
* `chmod g+w -R web/sites/default/files` * `chmod g+w -R web/sites/default/files`
* `cp web/sites/default/default.settings.php web/sites/default/settings.php`
* `chmod g+w web/sites/default/settings.php` * `chmod g+w web/sites/default/settings.php`
* Create a database * Create a database
* Go to the local url and run the web installer (choose "Standard") * Go to the local url and run the web installer (choose "Standard")