opal-node-red

0.4.7 • Public • Published

OPAL Node-RED

Build Status npm (scoped) license

Getting started

This readme is for setting up the development environment. Refer to opal-setup project for getting started instructions.

Development setup

Requirements

node: v8.9.x LTS
npm: 5.x
Git: 1.8+

Notes: The current release requires Git to be available on your environment path. Please refer to the Git Setup section. The development should be fine with nodejs versions 6,9 as well. Although, this is not actively tested.

Git Setup

For instructions on setting up git on (Windows/Linux/Mac OSX) refer to link below
Installing Git

On Windows, you can use a portable version of git available from https://git-scm.com/download/win
If portable git used ensure that git.exe is available on your path.

Setup opal-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/opal-node-red.git
cd opal-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/opal-nodes.git

Install the nodes

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

The following nodes are available for OPAL

Contributing

Contact opensource@telligro.com

Authors

OPAL-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 opal-node-red

Weekly Downloads

0

Version

0.4.7

License

GPL-3.0

Unpacked Size

22.2 MB

Total Files

1045

Last publish

Collaborators

  • msivadas