beiwei30 closed pull request #37: upate README URL: https://github.com/apache/incubator-dubbo-ops/pull/37
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/README.md b/README.md index 20839bf..dc45d19 100644 --- a/README.md +++ b/README.md @@ -5,22 +5,28 @@ The following modules in [Apache Dubbo(incubating)](https://github.com/apache/in * dubbo-monitor-simple * dubbo-registry-simple + ### How to use it You can get a release of dubbo monitor in two steps: -- Step 1: +#### dubbo admin +dubbo admin is a spring boot application, you can start it with fat jar or in IDE directly + +#### dubbo monitor and dubbo registry +- Step 1: ``` git clone https://github.com/apache/incubator-dubbo-ops ``` -- Step 2: +- Step 2: ``` cd incubator-dubbo-ops && mvn package ``` Then you will find: -- dubbo-admin-2.0.0.war in incubator-dubbo-ops\dubbo-admin\target directory.You can deploy it into your application server. -- dubbo-monitor-simple-2.0.0-assembly.tar.gz in incubator-dubbo-ops\dubbo-monitor-simple\target directory. Unzip it you will find the shell scripts for starting or stopping monitor. -- dubbo-registry-simple-2.0.0-assembly.tar.gz in incubator-dubbo-ops\dubbo-registry-simple\target directory. Unzip it you will find the shell scripts for starting or stopping registry. + + * dubbo-monitor-simple-2.0.0-assembly.tar.gz in incubator-dubbo-ops\dubbo-monitor-simple\target directory. Unzip it you will find the shell scripts for starting or stopping monitor. + * dubbo-registry-simple-2.0.0-assembly.tar.gz in incubator-dubbo-ops\dubbo-registry-simple\target directory. Unzip it you will find the shell scripts for starting or stopping registry. + ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
