@torpadev/orpa-node-red

0.2.3 • Public • Published

OPAL Node-RED

Build Status

Getting started

Refer to orpa-setup project for more details.

Development setup

Requirements

node: v8.9.x LTS
npm: 5.5.1

Note: The development should be fine with nodejs versions 6,9 as well. Although, this is not actively tested.

Setup orpa-node-red

  • Create a working directory for OPAL node-red & nodes
mkdir <WORKING_DIR>
  • Execute the below from the working directory
cd <WORKING_DIR>
git clone https://github.com/telligro/orpa-node-red.git
cd orpa-node-red
npm install
npm run build
# Install any required OPAL nodes as shown in the setup  
# OPAL nodes section before starting the node-red instance
npm run start

Setup OPAL nodes

cd <WORKING_DIR>
git clone https://github.com/telligro/orpa-nodes.git

Install the nodes

Generic Node Installation
cd <WORKING_DIR>/orpa-nodes/packages/<NODE_NAME>
npm link
  • Assuming that the orpa-node-red in the same working directory as orpa-nodes
cd <WORKING_DIR>/orpa-node-red
npm link @torpadev/<NODE_NAME>

The following nodes are available for OPAL

Contributing

Contact support@telligro.com

Authors

ORPA-Node-RED is a fork of Node-RED for the OPAL Framework

The OPAL Node-RED fork is maintained by Telligro Pte Ltd
The OPAL Nodes are created and mantained by Telligro Pte Ltd

Node-RED is a project of the JS Foundation.

It was created by IBM Emerging Technology.

For more details about Node-RED visit Node_RED

Copyright and license

Copyright Telligro Pte Ltd 2017, licensed under the GPL v3 license.
Copyright JS Foundation and other contributors, http://js.foundation under the Apache 2.0 license.

Package Sidebar

Install

npm i @torpadev/orpa-node-red

Weekly Downloads

0

Version

0.2.3

License

GPL-3.0

Last publish

Collaborators

  • shivamadhavan
  • msivadas