From 197f6629b320e0e20e4de76435acca674a4127d8 Mon Sep 17 00:00:00 2001 From: msquare Date: Sun, 28 Jan 2018 14:29:13 +0100 Subject: Update README.md --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 662d994c..418dc625 100644 --- a/README.md +++ b/README.md @@ -27,14 +27,15 @@ To report bugs use [engelsystem/issues](https://github.com/engelsystem/engelsyst composer dump-autoload --optimize ``` to install the engelsystem - * The webserver must have write access to the 'import' directory and read access for all other directories - * The webserver must point to the public directory. + * The webserver must have write access to the ```import``` directory and read access for all other directories + * The webserver must point to the ```public``` directory. + * The webserver must read the ```.htaccess``` file and ```mod_rewrite``` must be enabled * Recommended: Directory Listing should be disabled. * There must a be MySQL database created with a user who has full rights to that database. - * It must be created by the db/install.sql and db/update.sql files. - * If necessary, create a config/config.php to override values from config/config.default.php. - * In the browser, login with credentials admin:asdfasdf and change the password. + * It must be created by the ```db/install.sql``` and ```db/update.sql``` files. + * If necessary, create a ```config/config.php``` to override values from ```config/config.default.php```. + * In the browser, login with credentials ```admin```:```asdfasdf``` and change the password. Engelsystem can now be used. -- cgit v1.2.3-54-g00ecf