summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2018-01-28 14:29:13 +0100
committerGitHub <noreply@github.com>2018-01-28 14:29:13 +0100
commit197f6629b320e0e20e4de76435acca674a4127d8 (patch)
tree8ded23350be8897cd3eca536ce619fdef125eef2 /README.md
parent0f1da65f2a518cbf258e82998c4114bc61c2f75f (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files 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.