Fix INSTALL

- Change config file permissions
- Remove leading slash of config/
This commit is contained in:
Hypolite Petovan 2018-06-29 00:27:21 -04:00
parent 54a465c577
commit 5e8185f7b4
1 changed files with 4 additions and 4 deletions

View File

@ -106,7 +106,7 @@ password, database name).
- Please check the additional notes if running on MySQ 5.7.17 or newer
4. If you know in advance that it will be impossible for the web server to
write or create files in the /config/ subfolder, create an empty file called
write or create files in the config/ subfolder, create an empty file called
local.ini.php and make it writable by the web server.
5. Visit your website with a web browser and follow the instructions. Please
@ -282,13 +282,13 @@ due to permissions issues:
For Linux:
% touch config/local.ini.php
% chmod 777 config/local.ini.php
% chmod 664 config/local.ini.php
Retry the installation. As soon as the database has been created,
******* this is important *********
% chmod 755 config/local.ini.php
% chmod 644 config/local.ini.php
#####################################################################
- Some configurations with "suhosin" security are configured without