From 5347403bb13e20d5ba82f83d6bae13fa134ff998 Mon Sep 17 00:00:00 2001 From: Are0h Date: Wed, 8 Jul 2020 23:24:20 +0200 Subject: [PATCH] --- Install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Install.md b/Install.md index 671ad24..9a58547 100644 --- a/Install.md +++ b/Install.md @@ -4,7 +4,7 @@ For starters, Fipamo requires [NodeJS](https://nodejs.org/en/) (anything greater If you're using Fipamo on a server to host and serve, it doesn't care what kind of web server you have. Just set up a reverse proxy so it knows where to find your site and hook it up to our domain. [Examples of Apache and NGINX proxy set ups for Fipamo] -Once that is done, grab a copy of the latest release[link to release] or clone[clone url] it to make it easier to update. Go into the directory you dumped in and run 'npm start' and then head to `http://localhost:2314/@/dashboard` locally or `http://your-domain.whatever/@/dashboard` if you installed it on a server and enter some basic info for the set up and you're good go. +Once that is done, grab a copy of the latest release[link to release] or clone[clone url] it to make it easier to update. Go into the directory you dumped in and run 'npm install' so it grabs all the stuff it needs to run. Once that process completes head to `http://localhost:2314/@/dashboard` locally or `http://your-domain.whatever/@/dashboard` if you installed it on a server and enter some basic info for the set up and you're good go. 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.