From 5282950eb764622f3f6a060c359320a5496205bf Mon Sep 17 00:00:00 2001 From: jin&jun <31587251+yuanchangjin@users.noreply.github.com> Date: Tue, 14 May 2019 15:17:58 +0800 Subject: [PATCH] [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 b0a27327..eadfec53 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 -- GitLab