summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2019-01-13 13:05:07 +0100
committermsquare <msquare@notrademark.de>2019-01-13 13:05:07 +0100
commit26a03849aea0ea4cd807037146a6b52951da78f0 (patch)
tree0e290e249e166058a98bfcbb15a95d62bdf74d22 /README.md
parent584f86090ac390fcd0ed56586add7b13f97b0ea1 (diff)
added install sql directions
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b6722ac1..9428ff9d 100644
--- a/README.md
+++ b/README.md
@@ -60,7 +60,7 @@ The following instructions explain how to get, build and run the latest engelsys
* There must a be MySQL database created with a user who has full rights to that database.
* If necessary, create a ```config/config.php``` to override values from ```config/config.default.php```.
* To remove values from the `footer_items`, `available_themes`, `locales`, `tshirt_sizes` or `headers` lists the config file has to be renamed.
- * To import the database the ```bin/migrate``` script has to be called.
+ * To import the database the ```bin/migrate``` script has to be called. If you are not allowed to execute scripts, then execute the ```install-<version>.sql``` script. Download at [Releases](https://github.com/engelsystem/engelsystem/releases) page.
* In the browser, login with credentials ```admin```:```asdfasdf``` and change the password.
Engelsystem can now be used.