robotLJW commented on code in PR #1299: URL: https://github.com/apache/servicecomb-service-center/pull/1299#discussion_r852720266
########## 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.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 - - + + `chassis.yaml`: modify listenAddress to the local ip address - + `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: 已经修复 -- 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]
