[go: up one dir, main page]

Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ansgohar authored Dec 3, 2018
1 parent 8b3942d commit 4a441aa
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions DevelopmentEnv/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,22 @@ chmod u+x startFabric.sh
./startFabric.sh
docker rm -f $(docker ps -aq)
```

# Installing Node-Red Environment.
1- Before you can install Node-RED, you must have a working install of Node.js. We recommend the use of Node.js LTS 8.x.
```
node -v
```

2- Install Node-RED useing the node package manager
```
sudo npm install -g node-red
```

3- Check It's working well
```
node-red
```

4- Open Node Red web client
http://127.0.0.1:1880/

0 comments on commit 4a441aa

Please sign in to comment.