From 5122dc10d393419a5010f265ec2a99c9f5540548 Mon Sep 17 00:00:00 2001 From: Are0h Date: Wed, 8 Jul 2020 22:52:15 +0200 Subject: [PATCH] --- Install.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Install.md b/Install.md index 2a151c8..671ad24 100644 --- a/Install.md +++ b/Install.md @@ -2,10 +2,11 @@ Ok, so you want to use Fipamo. For starters, Fipamo requires [NodeJS](https://nodejs.org/en/) (anything greater than 10.16.3 is cool). Fipamo can be used on the server or your local desktop so once you have that installed, the only dependancy left is the mighty [PM2](https://www.npmjs.com/package/pm2) which used to keep the site alive. You can install that easily from the command line by running `npm install pm2 -g`. -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` and enter some basic info for the set up and you're good go. - 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] -Also it is strongly recommened to set up a ssl certificate to protect yourself if your using Fipamo through a web serve. [Certbot](https://certbot.eff.org/instructions) makes this proces dead simple. +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. + + +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. Yup. That's it. \ No newline at end of file