]> git.mxchange.org Git - friendica.git/blobdiff - doc/Install.md
Merge pull request #7851 from annando/mail-header
[friendica.git] / doc / Install.md
index 531ee08b6ba8dc9573154608ade2a07b69f1b746..0634a5eb99c2927fdb6e785a119883416d264bbf 100644 (file)
@@ -26,7 +26,7 @@ The account will expire after 7 days, but you can ask the server admin to keep y
 ## Prerequisites
 
 * Choose a domain name or subdomain name for your server. Put some thought into this. While changing it after installation is supported, things still might break.
-* Setup HTTPS on your host
+* Setup HTTPS on your domain
 
 ### Requirements
 
@@ -82,7 +82,7 @@ Make sure the folder *view/smarty3* exists and is writable by the webserver user
     mkdir view/smarty3
     chown www-data:www-data view/smarty3
     chmod 775 view/smarty3
-F
+
 Get the addons by going into your website folder.
 
     cd mywebsite
@@ -108,7 +108,7 @@ Create an empty database and note the access details (hostname, username, passwo
 
 Friendica needs the permission to create and delete fields and tables in its own database.
 
-Please check the [troubleshooting](#1_6) section if running on MySQ 5.7.17 or newer.
+Please check the [troubleshooting](#1_6) section if running on MySQL 5.7.17 or newer.
 
 ### Option A: Run the installer
 
@@ -153,7 +153,7 @@ If you wish to include all optional checks, use `-a` like this statement:
 
 #### B.1: Config file
 
-You can use a prepared config file like [local-sample.config.php](config/local-sample.config.php).
+You can use a prepared config file like [local-sample.config.php](/config/local-sample.config.php).
 
 Navigate to the main Friendica directory and execute the following command:
 
@@ -258,7 +258,7 @@ Example:
 
 Change "/base/directory", and "/path/to/php" as appropriate for your situation.
 
-#### cron job for Worker
+#### cron job for worker
 
 If you are using a Linux server, run "crontab -e" and add a line like the
 one shown, substituting for your unique paths and settings: