Fix bugs for no applications, services && enhance script start.sh

* Fix no log output by adding package dependency of slf4j-log4j12.
* Fix no charts,applications and services issue
* Enhance script start.sh
4 files changed
tree: a901d0a0addde8f7c518c4328ef934b49e19056f
  1. dubbo-admin/
  2. dubbo-monitor-simple/
  3. dubbo-registry-simple/
  4. .gitignore
  5. .travis.yml
  6. pom.xml
  7. README.md
README.md

dubbo-ops

Build Status Gitter

The following modules in Apache Dubbo(incubating) 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:

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:
cd incubator-dubbo-ops && mvn package

Then you will find:

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