## 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
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
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:
## 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``.