summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormarudor <marudor@marudor.de>2018-02-08 22:57:41 +0100
committermarudor <marudor@marudor.de>2018-02-08 22:57:41 +0100
commit71b41847e6247471abb957b5859605d9f92fb77e (patch)
tree4b5fa812949a4f91b2ed347d9320c9143633f99a /README.md
parent7af09433def2fda9ec47b12823b16e3392b5f6cf (diff)
parent6dbec2e2fb64ad8a2f9ae1c9271a401e097a989f (diff)
Merge remote-tracking branch 'origin/master'
# Conflicts: # public/css/theme0.css # public/css/theme1.css # public/css/theme2.css # public/css/theme3.css # public/css/theme4.css # public/css/theme5.css # public/css/theme6.css
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.