X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=INSTALL.txt;h=9340927f40800caea0b231f78546eea04890e2c7;hb=7986d36a6d1ec3d31bda00c4d432e26a58f09a1e;hp=aadd0c00799f35e83d410e573f6df49d5dc548a6;hpb=afced187bc41ad421a748a26d500db44968fb0df;p=friendica.git diff --git a/INSTALL.txt b/INSTALL.txt index aadd0c0079..9340927f40 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -77,7 +77,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 your web directory, create an empty file in config/ called +write or create files in your web directory, create an empty file called .htconfig.php and make it writable by the web server. 5. Visit your website with a web browser and follow the instructions. Please @@ -92,8 +92,8 @@ so in the host name setting for the database. 6. *If* the automated installation fails for any reason, check the following: - - "config/.htconfig.php" exists - If not, edit config/htconfig.php and change system settings. Rename + - ".htconfig.php" exists + If not, edit htconfig.php and change system settings. Rename to .htconfig.php - Database is populated. If not, import the contents of "database.sql" with phpmyadmin @@ -148,7 +148,7 @@ Bad things will happen. Let there be a hardware failure, a corrupted database or whatever you can think of. So once the installation of your Friendica node is done, you should make yoursef a backup plan. -The most important file is the `.htconfig.php` file in the `config/` directory. +The most important file is the `.htconfig.php` file in the base directory. As it stores all your data, you should also have a recent dump of your Friendica database at hand, should you have to recover your node. @@ -252,14 +252,14 @@ due to permissions issues: create an empty file with that name and give it world-write permission. For Linux: -% touch config/.htconfig.php -% chmod 777 config/.htconfig.php +% touch .htconfig.php +% chmod 777 .htconfig.php Retry the installation. As soon as the database has been created, ******* this is important ********* -% chmod 755 config/.htconfig.php +% chmod 755 .htconfig.php ##################################################################### - Some configurations with "suhosin" security are configured without