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:

wget http://code.alibabatech.com/mvn/releases/com/alibaba/dubbo-registry-simple/2.4.1/dubbo-registry-simple-2.4.1-assembly.tar.gz
tar zxvf dubbo-registry-simple-2.4.1-assembly.tar.gz
cd dubbo-registry-simple-2.4.1

Configuration:

vi conf/dubbo.properties

Start:

./bin/start.sh

Stop:

./bin/stop.sh

Restart:

./bin/restart.sh

Debug:

./bin/start.sh debug

System status:

./bin/dump.sh

General control entrance:

./bin/server.sh start
./bin/server.sh stop
./bin/server.sh restart
./bin/server.sh debug
./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