Skip to content

statuscompliance/node-red-status-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Node-red repository for running status nodes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages