diff --git a/01---Install.md b/01---Install.md index 559adaf..72722f3 100644 --- a/01---Install.md +++ b/01---Install.md @@ -1,12 +1,9 @@ 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 -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] +Once that is done, grab a copy of the latest release[link to release] or clone, currently `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[clone url] 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. - - -Also it is strongly recommened to set up a ssl certificate to protect yourself if your using Fipamo through a web server. [Certbot](https://certbot.eff.org/instructions) makes this proces dead simple. Yup. That's it. @@ -34,3 +31,4 @@ server { ``` +Also it is strongly recommened to set up a ssl certificate to protect yourself if your using Fipamo through a web server. [Certbot](https://certbot.eff.org/instructions) makes this proces dead simple.