From 0a6e56e220c3ac1fafca9d96305205690a73f6a9 Mon Sep 17 00:00:00 2001 From: Are0h Date: Thu, 6 Aug 2020 22:08:47 +0200 Subject: [PATCH] --- 01---Install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01---Install.md b/01---Install.md index 5467878..2940deb 100644 --- a/01---Install.md +++ b/01---Install.md @@ -15,7 +15,7 @@ Once you have a copy, jump into the directory and run `npm install` to grab ever From here there are two commands that need to run to create the scripts and css assets that dashboard needs and monitor further changes to update to those assets when changes are made. The first is `npm run watch`. This will keep an eye on stylus and script edits and render those assets accordingly. The second is `npm run dev` and this will start up the server and monitor changes that are made to core functionality and restart the server when needed. Both of these scripts will run in the background while code edits are being made. To see those changes, go to `http://localhost:2314/@/dashboard`. -**NOTE** The default port for Fipamo is `2314` but it can be configured in `site/settings.json`. This requires an manual restart so run 'npm stop', change the port in the settings file and 'npm start' to start the site back up again and it will pick up on the new port settings. DO NOT FORGET TO MAKE THE CHANGE IN YOUR REVERSE PROXY OR YOUR SITE WILLNOT BE SERVED. +**NOTE** The default port for Fipamo is `2314` but it can be configured in `site/settings.json`. This requires an manual restart so run 'npm stop', change the port in the settings file and 'npm start' to start the site back up again and it will pick up on the new port settings. DO NOT FORGET TO MAKE THE CHANGE IN YOUR REVERSE PROXY CONFIG. IF YOU DON'T APACHE/NGINX WILL NOT KNOW WHERE THE SITE IS RUNNING AND WON'T BE SERVED. VERY IMPORTANT.