You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2022/04/19 07:54:30 UTC

[GitHub] [servicecomb-service-center] tianxiaoliang commented on a diff in pull request #1299: [doc] fix syncer document reading problem

tianxiaoliang commented on code in PR #1299:
URL: https://github.com/apache/servicecomb-service-center/pull/1299#discussion_r852708987


##########
docs/user-guides/syncer.md:
##########
@@ -32,42 +31,52 @@ Refer to the official website [documentation](https://etcd.io/docs/v3.5/op-guide
 ### install sc
 > Note: Only the 2.1+ version of sc supports synchronization 
 
-**first step**: modify the files in `conf`
+#### step 1 
+modify the files in `conf`
 
 `app.conf`: modify frontend_host_ip and httpaddr to the local ip address
 
-![app.conf](app-conf.png)
+![](app-conf.png)
 
-`app.yaml`: modify server.host, REGISTRY_KIND, REGISTRY_ETCD_CLUSTER_NAME, REGISTRY_ETCD_CLUSTER_MANAGER_ENDPOINTS, REGISTRY_ETCD_CLUSTER_ENDPOINTS
+`app.yaml`: modify server.host, REGISTRY_KIND, REGISTRY_ETCD_CLUSTER_NAME, REGISTRY_ETCD_CLUSTER_MANAGER_ENDPOINTS, REGISTRY_ETCD_CLUSTER_ENDPOINTS parameters
 
-![server.host](server-host.png)
-![app.yaml](app-yaml.png)
+![](server-host.png)
+![](app-yaml.png)
 
 `chassis.yaml`: modify listenAddress to the local ip address
 
-![chassis.yaml](chassis.png)
+![](chassis.png)
 
 `syncer.yaml`: turn on the enableOnStart switch, and modify endpoints, the sc machine ip in region-2
 
-**second step**: repeat the above operation to modify the configuration of sc on other machines
+#### step 2
+
+Repeat the above operation to modify the configuration of sc on other machines.
 
-**third step**: start start-service-center.sh
+#### step 3
 
 sh `start-service-center.sh`
 
-**the fourth step**: start start-frontend.sh
+#### step 4
 

Review Comment:
   use syntax for all commands
   
   like that 
   ``sh 
   sh `start-frontend.sh`
   `` 



-- 
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: commits-unsubscribe@servicecomb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org