parent
32786903d9
commit
e7121a1196
1 changed files with 5 additions and 1 deletions
|
@ -1 +1,5 @@
|
||||||
These are detailed install instruction.
|
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.
|
Loading…
Reference in a new issue