ralf0131 closed pull request #20: add description for how to use it
URL: https://github.com/apache/incubator-dubbo-ops/pull/20
 
 
   

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 bbd8669..1392494 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,26 @@
+### dubbo-ops
 The following modules in [dubbo](https://github.com/alibaba/dubbo) have been 
moved here:
 
 * dubbo-admin
 * dubbo-monitor-simple
 * dubbo-registry-simple
+
+### How to use it
+You can get a release of dubbo monitor in two steps:
+
+- Step 1: 
+```
+git clone https://github.com/apache/incubator-dubbo-ops
+```
+
+- 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.
+
+


 

----------------------------------------------------------------
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

Reply via email to