https://github.com/telligro/opal-setup
The setup module for the OPAL framework. Installs opal-node-red, the fork of node-red used by OPAL and set of nodes that are part of the OPAL framework
https://github.com/telligro/opal-setup
automation automation-ui node-module node-red opal-framework opal-node-red opal-nodes process-automation rpa
Last synced: 3 days ago
JSON representation
The setup module for the OPAL framework. Installs opal-node-red, the fork of node-red used by OPAL and set of nodes that are part of the OPAL framework
- Host: GitHub
- URL: https://github.com/telligro/opal-setup
- Owner: telligro
- License: gpl-3.0
- Created: 2018-01-04T04:36:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-02T18:44:24.000Z (about 7 years ago)
- Last Synced: 2024-11-07T12:07:16.517Z (6 months ago)
- Topics: automation, automation-ui, node-module, node-red, opal-framework, opal-node-red, opal-nodes, process-automation, rpa
- Language: JavaScript
- Homepage: https://www.telligro.com
- Size: 49.8 KB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/telligro/opal-node-red) [](https://www.npmjs.com/package/opal-setup) [](LICENSE)
## Getting Started
#### Requirements**node**: 8.9.x LTS
**npm**: 5.x
**Git**: 1.8+**Note**: The current release requires Git to be available on your environment path. Please refer to the Git Setup section.
#### Git Setup
For instructions on setting up git on (Windows/Linux/Mac OSX) refer to link below
[Installing Git](https://git-scm.com/book/en/v2/Getting-Started-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.### Installation
- Open a shell with admin privileges
- Navigate to a installation directory (Create a new one if needed)
- Install and Start OPAL-Node-RED
```
npm install opal-setup
node_modules\.bin\opal-run.cmd
```
- Open chrome browser and navigate to http://localhost:1880 to access the Editor## Developement setup
#### Refer to the Development setup section from [OPAL-Node-RED](https://github.com/telligro/opal-node-red)
## Contributing
Contact [email protected]
## AuthorsOPAL-Node-RED is a fork of Node-RED for the [OPAL Framework](https://www.telligro.com)
The OPAL Node-RED fork is maintained by [Telligro Pte Ltd](https://www.telligro.com)
The OPAL Nodes are created and mantained by [Telligro Pte Ltd](https://www.telligro.com)## Copyright and license
Copyright Telligro Pte Ltd 2017, licensed under [the GPL v3 license](LICENSE).