This is an automated email from the ASF dual-hosted git repository.
dinglei pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git
The following commit(s) were added to refs/heads/develop by this push:
new 5282950 [RIP-9]modify punctuation
5282950 is described below
commit 5282950eb764622f3f6a060c359320a5496205bf
Author: jin&jun <[email protected]>
AuthorDate: Tue May 14 15:17:58 2019 +0800
[RIP-9]modify punctuation
---
docs/en/Deployment.md | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/docs/en/Deployment.md b/docs/en/Deployment.md
index b0a2732..eadfec5 100644
--- a/docs/en/Deployment.md
+++ b/docs/en/Deployment.md
@@ -1,8 +1,10 @@
-# Installation Guides
+# Deployment Architectures and Setup Steps
+
+## Cluster Setup
### 1 Single Master mode
-This is the simplest but also the riskiest mode, that makes the entire service
unavailable once the broker restarts or goes down. Production environments are
not recommended, but can be used for local testing and development. Here are
the steps to build.
+This is the simplest, but also the riskiest mode, that makes the entire
service unavailable once the broker restarts or goes down. Production
environments are not recommended, but can be used for local testing and
development. Here are the steps to build.
**1)Start NameServer**
@@ -67,7 +69,7 @@ $ nohup sh mqbroker -n 192.168.1.1:9876 -c
$ROCKETMQ_HOME/conf/2m-noslave/broker
...
```
-The boot command shown above is used in the case of a single NameServer. For
clusters of multiple NameServer, the address list after the -n argument in the
broker boot command is separated by semicolons, for example, 192.168.1.1:
9876;192.161.2: 9876.
+The boot command shown above is used in the case of a single NameServer.For
clusters of multiple NameServer, the address list after the -n argument in the
broker boot command is separated by semicolons, for example, 192.168.1.1:
9876;192.161.2: 9876.
### 3 Multiple Master And Multiple Slave Mode-Asynchronous replication