diff options
author | msquare <msquare@notrademark.de> | 2017-07-16 18:41:57 +0200 |
---|---|---|
committer | msquare <msquare@notrademark.de> | 2017-07-16 18:41:57 +0200 |
commit | 20e0765f571ed60aa21c07502ee7efcbe9995a6e (patch) | |
tree | f64b6d8cbb60628d091bbddbb6fb4922e89a9c1c /README-ENG.md | |
parent | 56814fa2fdf58b4013f4d57c5ea87619c7122957 (diff) |
remove german readme and add development readme #269
Diffstat (limited to 'README-ENG.md')
-rw-r--r-- | README-ENG.md | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/README-ENG.md b/README-ENG.md deleted file mode 100644 index 0c39ba45..00000000 --- a/README-ENG.md +++ /dev/null @@ -1,27 +0,0 @@ -# Installation of Engelsystem - -## Requirements: - * PHP 5.4.x (cgi-fcgi) - * MySQL-Server 5.5.x - * Webserver, i.e. lighttpd, nginx, or Apache - -## Directions: - * Clone the master branch: `git clone https://github.com/engelsystem/engelsystem.git` - * Install [Composer](https://getcomposer.org/download/) - * Install project dependencies: `composer install` - * Webserver must have write access to the 'import' directory and read access for all other directories - * Webserver must be public. - - * 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. - -Engelsystem can now be used. - -## Session Settings: - * Make sure the config allows for sessions. - * Both Apache and Nginx allow for different VirtualHost configurations. - -Report Bugs: https://github.com/engelsystem/engelsystem/issues |