Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Qing committed Feb 27, 2020
1 parent 11106bf commit 7d5f24d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@ Client
> $ go build mqtt_demo.go
> $ mv mqtt_demo cloud_dummy_app

### 2. build edgedev
### 2. build edgedev (device sides)
> $ git clone https://github.com/jwzl/edgedev.git
> $ cd edgedev
> $ make
### 3. run edgedev application.
### 3. run edgedev application.
> $ cd edgedev; ./edgedev
### 4. run edgeon
> $ cd edgeOn
> ./tools/certgen.sh
> # configure the edgeOn/conf/edge.yaml
> ./edgeOn

### 5. run the test app dummy cloud app
### 5. run the test app dummy cloud app (dummy cloud sides)
> $ cd edgeOn/tests
> $ ./cloud_dummy_app

Expand Down

0 comments on commit 7d5f24d

Please sign in to comment.