From 60f1fed3dac699cd0d9fde16df56e192556541e1 Mon Sep 17 00:00:00 2001 From: Are0h Date: Tue, 8 Sep 2020 21:26:27 +0200 Subject: [PATCH] --- 01---Install.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/01---Install.md b/01---Install.md index 2940deb..485bdf4 100644 --- a/01---Install.md +++ b/01---Install.md @@ -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.