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]