@@ -58,6 +58,14 @@ LocaPack is available as a Node-RED Palette, ie a collection of nodes to produce
...
@@ -58,6 +58,14 @@ LocaPack is available as a Node-RED Palette, ie a collection of nodes to produce
#### Installation
#### Installation
##### Install via Node-RED palette
Locapack is available on npm: `node-red-contrib-locapack`
In the Node-RED interface, click on top-right button > Manage palette, than search for `node-red-contrib-locapack`
##### Local installation (developpers)
1. Clone the LocaPack project,
1. Clone the LocaPack project,
1. In your Node-RED user directory, typically ~/.node-red, run: `npm install <location of node module>` where location is the path to the `nodered` folder of the git cloned repository.
1. In your Node-RED user directory, typically ~/.node-red, run: `npm install <location of node module>` where location is the path to the `nodered` folder of the git cloned repository.