install Simple configuration center

Simple Registry has not been well tested, may have bug, cluster is not supported, not recommended to use in production environment

Install:

git clone https://github.com/apache/incubator-dubbo-ops
cd incubator-dubbo-ops && mvn package
cd dubbo-registry-simple/target && tar xvf dubbo-registry-simple-2.0.0-assembly.tar.gz
cd dubbo-registry-simple-2.0.0

Configuration:

vi conf/dubbo.properties

Start:

./assembly.bin/start.sh

Stop:

./assembly.bin/stop.sh

Restart:

./assembly.bin/restart.sh

Debug:

./assembly.bin/start.sh debug

System status:

./assembly.bin/dump.sh

General control entrance:

./assembly.bin/server.sh start
./assembly.bin/server.sh stop
./assembly.bin/server.sh restart
./assembly.bin/server.sh debug
./assembly.bin/server.sh dump

Stdout:

tail -f logs/stdout.log

Command line [^1]:

telnet 127.0.0.1 9090
help

Or:

echo status | nc -i 1 127.0.0.1 9090

[^1]: Please refer to Telnet command manual