Update SELF-HOSTING.md

This commit is contained in:
PLUJA 2020-10-10 09:20:19 +02:00 committed by GitHub
parent 6f7b1019c9
commit 46fc7ae832
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,6 +89,8 @@ $ docker-compose up -d
```
> `sudo` may be needed.
<hr>
## 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.
<hr>
## 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.