Custom nodes
β Running the server locallyβ
Installation prerequisitesβ
- Before starting with the installation it is necessary to install docker and check that it is running correctly. You can find the installation guide for your operating system here.
Installation Guide for Windowsβ
-
Open Git Bash or your preferred terminal on Windows.
-
Clone the GitHub repository with the following command:
git clone https://github.com/statuscompliance/node-red-status-starter
-
Find the
node-red-status
folder or execute:cd .\node-red-status\
-
Run the setup script:
.\setup.bat
-
Open a browser and go to
http://localhost:1880/
to access the Node-RED interface.
Installation Guide for MacOS/Linuxβ
-
Open a terminal.
-
Clone the GitHub repository by running the following command:
git clone https://github.com/statuscompliance/node-red-status-starter
-
Change to the newly cloned directory:
cd node-red-status
-
Grant execution permissions to the
setup.sh
script:chmod +x setup.sh
-
Run the setup script:
./setup.sh
-
Open a browser and go to
http://localhost:1880/
to access the Node-RED interface.