Skip to content

Latest commit

 

History

History
62 lines (43 loc) · 1.85 KB

README.md

File metadata and controls

62 lines (43 loc) · 1.85 KB

Node-RED Logo STATUS - Flows

A node-red version focused on STATUS project flows

🗨 About

GIF

Node-RED is an open-source flow-based programming tool designed for visual programming and wiring together hardware devices, APIs, and online services. It provides a browser-based flow editor that allows users to create applications by wiring together nodes to perform tasks.

⚙ 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

  1. Open Git Bash or your preferred terminal on Windows.

  2. Clone the GitHub repository with the following command:

    git clone https://github.com/statuscompliance/node-red-status-starter
  3. Find the node-red-status folder or execute:

    cd .\node-red-status\
  4. Run the setup script:

    .\setup.bat

Installation Guide for MacOS

  1. Open a terminal.

  2. Clone the GitHub repository by running the following command:

    git clone https://github.com/statuscompliance/node-red-status-starter
  3. Change to the newly cloned directory:

    cd node-red-status
  4. Grant execution permissions to the setup.sh script:

    chmod +x setup.sh
  5. Run the setup script:

    ./setup.sh