This is an automated email from the ASF dual-hosted git repository.

mikexue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-eventmesh.git


The following commit(s) were added to refs/heads/master by this push:
     new e3f7dae1c [ISSUE #3074]Polish 01-store-with-docker.md documnet
     new e754185c4 Merge pull request #3075 from mxsm/eventmesh-3074
e3f7dae1c is described below

commit e3f7dae1cb4de3ab07b2d4b1cd851fb12baf74c0
Author: mxsm <[email protected]>
AuthorDate: Thu Feb 9 00:05:40 2023 +0800

    [ISSUE #3074]Polish 01-store-with-docker.md documnet
---
 docs/en/instruction/01-store-with-docker.md | 27 ---------------------------
 1 file changed, 27 deletions(-)

diff --git a/docs/en/instruction/01-store-with-docker.md 
b/docs/en/instruction/01-store-with-docker.md
index 93132c526..ea2097520 100644
--- a/docs/en/instruction/01-store-with-docker.md
+++ b/docs/en/instruction/01-store-with-docker.md
@@ -10,33 +10,6 @@ Gradle 7.0+, we recommend 7.0.*
 If you choose standalone mode, you could skip this file and go to the next 
step: Start Eventmesh-Runtime; if not, you could choose RocketMQ as the store 
layer.
 ```
 
-## Download
-
-Download the Binary code (recommended: 4.9.*) from [RocketMQ 
Official](https://rocketmq.apache.org/dowloading/releases/). Here we take 4.9.4 
as an example.
-
-```
-unzip rocketmq-all-4.9.4-bin-release.zip
-cd rocketmq-4.9.4/
-```
-
-## Deploy
-
-- #### Start Name Server
-
-```
-nohup sh bin/mqnamesrv &
-tail -f ~/logs/rocketmqlogs/namesrv.log
-```
-
-- #### Start Broker
-
-```
-nohup sh bin/mqbroker -n localhost:9876 &
-tail -f ~/logs/rocketmqlogs/broker.log
-```
-
-The deployment of eventmesh-store has finished, please go to the next step: 
[Start Eventmesh-Runtime](02-runtime.md)
-
 ## Deploy
 
 Pull RocketMQ image from Docker Hub:


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to