Skip to content

Commit 1108ca6

Browse files
committed
update conf
1 parent 04f821b commit 1108ca6

2 files changed

Lines changed: 25 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@
9595
"webpack": "^4.43.0",
9696
"webpack-cli": "^3.3.11"
9797
}
98-
}
98+
}

readme.md

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,18 @@ Build to run on docker, how to setup docker is not supported on GitHub/slack
1111
For now only Linux (tested on ubuntu 18LTS) and windows is supported
1212
Install 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

1828
On Linux run with sudo
@@ -22,7 +32,7 @@ On Linux run with sudo
2232
then 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

2737
on windows
2838

@@ -39,8 +49,17 @@ then open a browser and visit [localhost.openrpa.dk](http://localhost.openrpa.dk
3949
For now only Linux (tested on ubuntu 18LTS) and windows is supported
4050
Install 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

4665
On Linux run with sudo

0 commit comments

Comments
 (0)