From 97abacd20cf9bddc13965aaf4ddfe0ef4d2de31f Mon Sep 17 00:00:00 2001 From: Are0h Date: Tue, 21 Jul 2020 21:05:18 +0200 Subject: [PATCH] --- 01---Install.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/01---Install.md b/01---Install.md index 9a58547..8f76ab2 100644 --- a/01---Install.md +++ b/01---Install.md @@ -1,6 +1,5 @@ -Ok, so you want to use Fipamo. +Ok, so now you're ready to get down with the get down. -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`. 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]