Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
glynhudson committed Sep 17, 2018
1 parent 3e1c6bb commit b8750d1
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,24 @@

---

Customised to run [emonUpload]https://github.com/openenergymonitor/emonupload
Customised to run [emonUpload](https://github.com/openenergymonitor/emonupload)

Build:
```
git clone https://github.com/glynhudson/butterfly/
cd butterfly
git clone https://github.com/openenergymonitor/emonupload
cd ..
```

Check running containers:

docker ps

Stop any running containers:

docker stop $(docker ps -aq)

Build new container:

`docker build . -t fly`

Expand Down

0 comments on commit b8750d1

Please sign in to comment.