diff options
author | Jason Wong <codethejason@users.noreply.github.com> | 2016-01-16 18:31:28 -0500 |
---|---|---|
committer | Jason Wong <codethejason@users.noreply.github.com> | 2016-01-16 18:31:28 -0500 |
commit | 8c97e9dcc42bffb078eea9aaa1e357ac6542a76c (patch) | |
tree | 1c962575e21915b1d3ae9f61a3277739fcfe3baf | |
parent | a6270cb278ef670c184c9574c47df43966161049 (diff) |
Translated instructions to English
Used the regular README to turn instructions into English.
-rw-r--r-- | README-ENG.md | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/README-ENG.md b/README-ENG.md new file mode 100644 index 00000000..3632882c --- /dev/null +++ b/README-ENG.md @@ -0,0 +1,25 @@ +# 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 with the submodules: `git clone --recursive https://github.com/engelsystem/engelsystem.git` + * 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 |