Skip to content

Commit

Permalink
test device in ubuntu quick start doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
ruizeng committed Nov 27, 2015
1 parent 6d8a7d1 commit ac3986d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/zh-cn/quick-start/ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,9 @@ sh -x ./build/local/linux/run.sh
### 4. 配置
平台使用RESTful API进行管理和配置,可以通过curl发送http请求的方式进行配置

### 5. 测试
### 5. 测试
运行测试程序`device`,可以模拟一个普通设备接入云平台,进行测试:
```
go install github.com/PandoCloud/pando-cloud/tests/device
$GOPATH/bin/device
```

0 comments on commit ac3986d

Please sign in to comment.