fix broken numbered list in doc/update.md
minor typos/formatting in doc/install.md
This commit is contained in:
parent
999a82e58b
commit
e5f51244a9
|
@ -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:
|
||||
|
|
|
@ -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``.
|
||||
|
|
Loading…
Reference in a new issue