Pil0tXia commented on code in PR #4709: URL: https://github.com/apache/eventmesh/pull/4709#discussion_r1448370939
########## README.zh-CN.md: ########## @@ -101,30 +96,32 @@ vim conf/eventmesh.properties eventMesh.storage.plugin.type=rocketmq ``` -执行`start.sh`脚本启动EventMesh Runtime服务器。 +执行 `start.sh` 脚本启动 EventMesh Runtime 服务器。 ``` bash bin/start.sh ``` -如果看到`EventMeshTCPServer[port=10000] started....`, 则说明设置成功。 查看输出日志: ``` -cd /root/apache-eventmesh-1.10.0/logs -tail -f eventmesh.out +tail -n 50 -f logs/eventmesh.out ``` +当日志输出 `server state:RUNNING`,则代表 EventMesh Runtime 启动成功了。 + 停止: ``` bash bin/stop.sh ``` -### 在 Docker 中运行 EventMesh Runtime +脚本打印 `shutdown server ok!` 时,代表 EventMesh Runtime 已停止。 -#### 1.获取EventMesh镜像 +### 在 Docker 中运行 EventMesh Runtime -首先,你可以打开一个命令行,并且使用下面的`pull`命令从[Docker Hub](https://hub.docker.com)中下载最新发布的[EventMesh](https://hub.docker.com/r/apache/eventmesh)。 +#### 1.获取 EventMesh 镜像 + +首先,你可以打开一个命令行,并且使用下面的 `pull` 命令从 [Docker Hub](https://hub.docker.com) 中下载最新发布的 [EventMesh](https://hub.docker.com/r/apache/eventmesh)。 ``` Review Comment: I apologize for any confusion caused. What I mean is that this paragraph is unnecessary and can be deleted. Additionally, I have pointed out a common formatting issue in this markdown document. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
