parent
828c19aea8
commit
57d775802b
1 changed files with 1 additions and 1 deletions
|
@ -51,6 +51,6 @@ Also it is strongly recommened to set up a ssl certificate to protect yourself i
|
|||
### 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.
|
||||
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](https://code.playvicio.us/Are0h/Fipamo/releases) 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.
|
||||
|
|
Loading…
Reference in a new issue