Skip to content

Commit

Permalink
Update README (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
little-cui authored and asifdxtreme committed Oct 29, 2018
1 parent 6595827 commit ed9a459
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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.

Expand Down
6 changes: 6 additions & 0 deletions frontend/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions scctl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ed9a459

Please sign in to comment.