You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by as...@apache.org on 2018/10/29 04:34:13 UTC

[incubator-servicecomb-service-center] branch master updated: Update README (#469)

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

asifdxtreme pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-service-center.git


The following commit(s) were added to refs/heads/master by this push:
     new ed9a459  Update README (#469)
ed9a459 is described below

commit ed9a459d51e2e40a9b07bacf3e9d74ffca514f41
Author: little-cui <su...@qq.com>
AuthorDate: Mon Oct 29 12:34:08 2018 +0800

    Update README (#469)
---
 README.md          | 8 ++++++--
 frontend/Readme.md | 6 ++++++
 scctl/README.md    | 5 +++++
 3 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index ecdf7d9..3ece834 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ Apache ServiceComb (incubating) Service-Center is a Restful based service-regist
  - **[`Metrics`](/docs/integration-grafana.md)**: Able to expose Prometheus metric API automatically
  - **[`Tracing`](/docs/tracing.md)**: Able to report tracing data to Zipkin server
  - **[`Pluginable`](/docs/plugin.md)**: Able to load custom authentication, tls and other dynamic libraries
- - **[`CLI`](/scctl/pkg/plugin/README.md)**: Easy to control service center
+ - **[`CLI`](/scctl/README.md)**: Easy to control service center
  - **[`Kubernetes`](/docs/kubeclusters.md)**: Embrace kubernetes ecosystem and support multi cluster service discovery
  - **[`Datacenters`](/docs/multidcs.md)**: Additional layer of abstraction to clusters deployed in multiple datacenters
  - **[`Aggregation`](/docs/aggregate.md)**: Able to aggregate microservices from multiple registry platforms and
@@ -83,6 +83,10 @@ httpport = 30100
 
 ### Building & Running Service-Center from source
 
+Requirements
+
++ [Go](https://golang.org) version 1.8+ is required to build the latest version of Service-Center.
+
 Download the Code
 ```sh
 git clone https://github.com/apache/incubator-servicecomb-service-center.git $GOPATH/src/github.com/apache/incubator-servicecomb-service-center
@@ -91,7 +95,7 @@ cd $GOPATH/src/github.com/apache/incubator-servicecomb-service-center
 
 Dependencies
 
-By default, we use glide to manage dependencies. If the go version greater then `go1.11`, 
+By default, we use [glide](https://glide.sh)(version: 0.13+) to manage dependencies. If the go version greater then `go1.11`, 
 you can download dependencies directly using command `go mod`. Please follow below steps to 
 download all the dependency.
 
diff --git a/frontend/Readme.md b/frontend/Readme.md
index dde0dc7..995152d 100644
--- a/frontend/Readme.md
+++ b/frontend/Readme.md
@@ -25,6 +25,12 @@ frontend_host_port=30103
 ```
 
 ##### Running UI from source code
+
+Requirements
+
++ [Go](https://golang.org) version 1.8+ is required to build the latest version of UI.
++ [bower](https://bower.io) version 1.8+ is required to download the packages for web.
+
 However if you want to try our latest code then you can follow the below steps
 ```
 #Make sure your GOPATH is set correctly as the UI runs on GO Backend Server
diff --git a/scctl/README.md b/scctl/README.md
index 7d3c8c6..f1b8fca 100644
--- a/scctl/README.md
+++ b/scctl/README.md
@@ -25,6 +25,11 @@ Note: If you already bootstrap SC and listen on `127.0.0.1:30100`, this
 command will also print the SC version.
 
 ### Running scctl from source code
+
+Requirements
+
++ [Go](https://golang.org) version 1.8+ is required to build the latest version of scctl.
+
 However if you want to try our latest code then you can follow the below steps
 ```
 #Make sure your GOPATH is set correctly and download all the vendors of SC