diff --git a/doc/Install.md b/doc/Install.md index 531ee08b6b..8b822b0a65 100644 --- a/doc/Install.md +++ b/doc/Install.md @@ -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 @@ -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: diff --git a/doc/Update.md b/doc/Update.md index 7b7ccf7bbd..1fca48ac1b 100644 --- a/doc/Update.md +++ b/doc/Update.md @@ -6,6 +6,7 @@ Updating Friendica ## Using a Friendica archive If you installed Friendica in the ``path/to/friendica`` folder: + 1. Unpack the new Friendica archive in ``path/to/friendica_new``. 2. Copy ``config/local.config.php``, ``photo/`` and ``proxy/`` from ``path/to/friendica`` to ``path/to/friendica_new``. 3. Rename the ``path/to/friendica`` folder to ``path/to/friendica_old``.