X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=INSTALL.txt;h=705eb8fed2fe90a6f944b615394044b90d944bbe;hb=8c2efa6df43c3895eb571869621fb7687bdfc404;hp=c6a994da63f848d8fb6c156f3b8ac977161ffe8f;hpb=2503660f97c3f9588f1965c23b98d0c78109ee0b;p=friendica.git diff --git a/INSTALL.txt b/INSTALL.txt index c6a994da63..705eb8fed2 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -32,7 +32,7 @@ link if your cert is self-signed). - Apache with mod-rewrite enabled and "Options All" so you can use a local .htaccess file - - PHP 5.6+ (PHP 7 recommended for performance). + - PHP 5.6.1+ (PHP 7 recommended for performance). - PHP *command line* access with register_argc_argv set to true in the php.ini file [or see 'poormancron' in section 8] @@ -85,7 +85,7 @@ Clone the addon repository (separately): git clone https://github.com/friendica/friendica-addons.git -b master addon -If you copy the directory tree to your webserver, make sure that you also +If you copy the directory tree to your webserver, make sure that you also copy .htaccess - as "dot" files are often hidden and aren't normally copied. If you want to use the development version of Friendica you can switch to @@ -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