Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyelong committed Jul 18, 2018
2 parents a0c7b09 + c6b3d5f commit e8aa0c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testnets/develop/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### Running in command line
这个命令会在宿主机后台启动一个iris进程启动前需要确认宿主机已安装irisiriscli并确认`46656``46657`端口没有被占用
这个命令会在宿主机后台启动一个iris进程启动前需要确认宿主机已安装irisiriscli并确认`26656``26657`端口没有被占用
命令会删除$HOME/.iris*目录请注意做好备份
```
nohup sh start.sh > iris.log 2>&1 &
Expand All @@ -14,7 +14,7 @@ iriscli keys list
```
### Running in docker
这个命令会启动一个基于最新develop分支构建的镜像的docker容器,启动前需要确认`46656`和`46657`端口没有被占用
这个命令会启动一个基于最新develop分支构建的镜像的docker容器,启动前需要确认`26656`和`26657`端口没有被占用
```
sh start-docker.sh
```
Expand Down

0 comments on commit e8aa0c7

Please sign in to comment.