From 46fc7ae832f0973414868211b7be722a6aef5710 Mon Sep 17 00:00:00 2001
From: PLUJA <64632615+pluja@users.noreply.github.com>
Date: Sat, 10 Oct 2020 09:20:19 +0200
Subject: [PATCH] Update SELF-HOSTING.md
---
SELF-HOSTING.md | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/SELF-HOSTING.md b/SELF-HOSTING.md
index d1d955f..2002784 100644
--- a/SELF-HOSTING.md
+++ b/SELF-HOSTING.md
@@ -89,6 +89,8 @@ $ docker-compose up -d
```
> `sudo` may be needed.
+
+
## Manual installation
#### Step 1: Base setup
@@ -248,7 +250,7 @@ Now we will run certbot and we need to tell that we run an nginx server. Here yo
[Follow this instructions to install certbot and generate an ssl certificate so your server can use HTTPS](https://certbot.eff.org/lets-encrypt/ubuntufocal-nginx)
-## Updating the server
+#### Updating the server
Updating the server should always be pretty easy. These steps need to be run on the Yotter folder and with the python virtual env activated.
```
@@ -261,6 +263,8 @@ Updating the server should always be pretty easy. These steps need to be run on
```
* **IMPORTANT**: Make sure you have all set up on `yotter-config.json` once you finish the update.
+
+
## Configure the server
You will find in the root folder of the project a file named `yotter-config.json`. This is the global config file for the Yotter server.