Are0h 2020-09-08 21:26:27 +02:00
parent 012661ef44
commit 60f1fed3da

@ -47,3 +47,10 @@ server {
```
Also it is strongly recommened to set up a ssl certificate to protect yourself if your using Fipamo through a web server. [Certbot](https://certbot.eff.org/instructions) makes this proces dead simple.
###Updating Fipamo
When updating the first thing you need to do is to shut down the site. Fipamo comes with script to make this easy, so just to the directory where you installed Fipamo and type `npm stop` and the site will shut down.
There are two ways to update Fipamo. If you're using git, you can just go into the directory where you set up your site and do a `git pull` to get the latest. If you're not using git, just grab the latest release and replace your files.
Use either method to get the new stuff and then start the site back up again using `npm start`. Easy peasy, lemon squeezy.