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