Skip to content

Commit

Permalink
update quickstart.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xwm1992 committed Mar 11, 2021
1 parent 499e478 commit e37d458
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions docs/cn/instructions/eventmesh-runtime-quickstart.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ dependencies {

执行 `docker pull eventmesh/eventmesh-rocketmq:v1.2.0` , 你将会获取到EventMesh的镜像,如下图所示:

![image-20210309155255510](..\..\images\docker\docker-image.png)
![image-20210309155255510](../../images/docker/docker-image.png)

### 3.2 配置

Expand Down Expand Up @@ -157,15 +157,15 @@ docker run -d -p 10000:10000 -p 10105:10105 -v /data/eventmesh/rocketmq/conf/pro

执行 `docker ps` 来检查容器的运行状况

![image-docker-ps](..\..\images\docker\docker-ps.png)
![image-docker-ps](../../images/docker/docker-ps.png)

执行 `docker logs [container id]` 可以得到如下结果

![image-docker-logs](..\..\images\docker\docker-logs.png)
![image-docker-logs](../../images/docker/docker-logs.png)

执行 `docker exec -it [container id] /bin/bash` 可以进入到容器中并查看详细信息

![image-docker-exec](..\..\images\docker\docker-exec.png)
![image-docker-exec](../../images/docker/docker-exec.png)

### 3.4 测试

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ TCP 和 Http 示例都在**eventmesh-test**模块下

**注意:**下载了源代码后,需要将`/conf/application.properties``/conf/log4j2.xml` 复制到 `resources` 目录下

![image-test-structure](..\..\images\eventmesh-test-structure.png)
![image-test-structure](../../images/eventmesh-test-structure.png)

### 1. TCP DEMO

Expand Down
6 changes: 3 additions & 3 deletions docs/en/instructions/eventmesh-runtime-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,15 +156,15 @@ docker run -d -p 10000:10000 -p 10105:10105 -v /data/eventmesh/rocketmq/conf/pro

execute `docker ps` to check the container health

![image-docker-ps](..\..\images\docker\docker-ps.png)
![image-docker-ps](../../images/docker/docker-ps.png)

execute `docker logs [container id]` you will get following result:

![image-docker-logs](..\..\images\docker\docker-logs.png)
![image-docker-logs](../../images/docker/docker-logs.png)

execute `docker exec -it [container id] /bin/bash` you will go into the container and see the details:

![image-docker-exec](..\..\images\docker\docker-exec.png)
![image-docker-exec](../../images/docker/docker-exec.png)

### 3.4 Test

Expand Down
2 changes: 1 addition & 1 deletion docs/en/instructions/eventmesh-sdk-java-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ TCP demos and Http demos are both under the **eventmesh-test** module.

**prerequisite**:after download the source code you should copy `/conf/application.properties` and `/conf/log4j2.xml` to the `resources` directory

![image-test-structure](..\..\images\eventmesh-test-structure.png)
![image-test-structure](../../images/eventmesh-test-structure.png)

### 1. TCP DEMO

Expand Down

0 comments on commit e37d458

Please sign in to comment.