From e7121a119657de77f2fcb691c99f017f6a2a67fc Mon Sep 17 00:00:00 2001 From: Are0h Date: Wed, 8 Jul 2020 22:38:02 +0200 Subject: [PATCH] --- Install.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Install.md b/Install.md index 64c21ad..e516ea8 100644 --- a/Install.md +++ b/Install.md @@ -1 +1,5 @@ -These are detailed install instruction. \ No newline at end of file +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 or clone 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. \ No newline at end of file