@@ -11,8 +11,18 @@ Build to run on docker, how to setup docker is not supported on GitHub/slack
1111For now only Linux (tested on ubuntu 18LTS) and windows is supported
1212Install NodeJS version 10 (google how to do that, if in doubt, hint, use nvm if you got the wrong version installed)
1313
14- To install and run OpenFlow, install the openiap package
15- on window, run from a command prompt with admin rights
14+ On window, run from a command prompt with admin rights
15+
16+ On windows this will require build tools to be present, install using
17+
18+ ` npm install --global windows-build-tools `
19+
20+ On linux this will require build tools to be present. On ubuntu you can install using
21+
22+ ` sudo apt-get install gcc g++ make `
23+
24+ Then to install and run OpenFlow, install the openiap package
25+
1626` npm i openiap -g `
1727
1828On Linux run with sudo
@@ -22,7 +32,7 @@ On Linux run with sudo
2232then create a template configuration file using
2333` openflow-cli --init `
2434
25- open and edit this , if needed then install using
35+ open and edit openflow.env , if needed, then install the service using
2636
2737on windows
2838
@@ -39,8 +49,17 @@ then open a browser and visit [localhost.openrpa.dk](http://localhost.openrpa.dk
3949For now only Linux (tested on ubuntu 18LTS) and windows is supported
4050Install NodeJS version 10 (google how to do that, if in doubt, hint, use nvm if you got the wrong version installed)
4151
42- To install and run OpenFlow, install the openflow-nodered package
43- on window, run from a command prompt with admin rights
52+ On window, run from a command prompt with admin rights
53+
54+ On windows this will require build tools to be present, install using
55+
56+ ` npm install --global windows-build-tools `
57+
58+ On linux this will require build tools to be present. On ubuntu you can install using
59+
60+ ` sudo apt-get install gcc g++ make `
61+
62+ Then to install and run OpenFlow Nodered, install the openflow-nodered package
4463` npm i openflow-nodered -g `
4564
4665On Linux run with sudo
0 commit comments