From fea362782394a53bf3e419323758fc2b6ec7f4ff Mon Sep 17 00:00:00 2001 From: Are0h Date: Tue, 21 Jul 2020 21:32:32 +0200 Subject: [PATCH] --- 01---Install.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/01---Install.md b/01---Install.md index 3eb9bbf..4c905aa 100644 --- a/01---Install.md +++ b/01---Install.md @@ -2,10 +2,11 @@ Ok, so now you're ready to get down with the get down. 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. There are a couple examples below to get you started -Once that is done, grab a copy of the latest release[link to release] or clone `git clone https://code.playvicio.us/Are0h/Fipamo.git --branch beta-release your-folder` it to make it easier to update. Go into the directory you dumped in and run 'npm install' so it grabs all the stuff it needs to run. Once that process completes head to `http://localhost:2314/@/dashboard` locally or `http://your-domain.whatever/@/dashboard` if you installed it on a server and enter some basic info for the set up and you're good go. +Once that is done, grab a copy of the latest release[link to release] or clone `git clone https://code.playvicio.us/Are0h/Fipamo.git --branch beta-release your-folder` it to make it easier to update. +Go into the directory you dumped in and run `npm install` so it grabs all the stuff it needs to run. Once that process completes, run `npm start` and that will get everything up and running. Head to `http://localhost:2314/@/dashboard` locally or `http://your-domain.whatever/@/dashboard` if you installed it on a server and enter some basic info for the set up and you're good go. -Yup. That's it. +Blog and be free! **Reverse Proxy for NGINX** ```