From 26a03849aea0ea4cd807037146a6b52951da78f0 Mon Sep 17 00:00:00 2001 From: msquare Date: Sun, 13 Jan 2019 13:05:07 +0100 Subject: added install sql directions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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-.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. -- cgit v1.2.3-54-g00ecf