fix readme regarding webserver root dir

This commit is contained in:
msquare 2017-11-24 09:33:10 +01:00
parent bb2681a7c8
commit f58a46603c
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ Please visit https://engelsystem.de for a feature list.
* Install [Composer](https://getcomposer.org/download/) * Install [Composer](https://getcomposer.org/download/)
* Install project dependencies: `composer install` * Install project dependencies: `composer install`
* Webserver must have write access to the 'import' directory and read access for all other directories * Webserver must have write access to the 'import' directory and read access for all other directories
* Webserver must be public. * Webserver must point to the public directory.
* Recommended: Directory Listing should be disabled. * Recommended: Directory Listing should be disabled.
* There must a be MySQL database created with a user who has full rights to that database. * There must a be MySQL database created with a user who has full rights to that database.