Fix INSTALL
- Change config file permissions - Remove leading slash of config/
This commit is contained in:
parent
54a465c577
commit
5e8185f7b4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user