Are0h 2020-07-21 21:05:18 +02:00
parent 6164de4aa8
commit 97abacd20c

@ -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]