mirror of
https://github.com/apache/rocketmq-dashboard.git
synced 2025-09-10 11:40:01 +08:00
ddf5f414352316ffbd6b663c8cc9692415719279
* docs(docs): add rocketmq Chinese docs 1. update README.md 2. create 'docs' folder and 'cn' folder 3. create an new README.md in 'cn' * docs(docs): add rocketmq Chinese docs 1. update README.md 2. create 'docs' folder and 'cn' folder 3. create an new README.md in 'cn' * docs(docs): add rocketmq Chinese docs 1. update README.md 2. create 'docs' folder and 'cn' folder 3. create an new README.md in 'cn' * fix(console,runtime):fix spell error in userguide 1. add new features in runtime readme.md 2. fix some spell error in console doc Close #460
RocketMQ-Console-Ng

How To Install
With Docker
- get docker image
mvn clean package -Dmaven.test.skip=true docker:build
or
docker pull styletang/rocketmq-console-ng
- run it (change namesvrAddr and port yourself)
docker run -e "JAVA_OPTS=-Drocketmq.namesrv.addr=127.0.0.1:9876 -Dcom.rocketmq.sendMessageWithVIPChannel=false" -p 8080:8080 -t styletang/rocketmq-console-ng
Without Docker
require java 1.7
mvn spring-boot:run
or
mvn clean package -Dmaven.test.skip=true
java -jar target/rocketmq-console-ng-1.0.1.jar
Tips
-
if you download package slow,you can change maven's mirror(maven's settings.xml)
<mirrors> <mirror> <id>alimaven</id> <name>aliyun maven</name> <url>http://maven.aliyun.com/nexus/content/groups/public/</url> <mirrorOf>central</mirrorOf> </mirror> </mirrors>
-
if you use the rocketmq < 3.5.8,please add -Dcom.rocketmq.sendMessageWithVIPChannel=false when you start rocketmq-console-ng(or you can change it in ops page)
-
change the rocketmq.config.namesrvAddr in resource/application.properties.(or you can change it in ops page)
UserGuide
Contact
- Issue / Pull Request
- You can join us and make a contribute for rocketmq-console.
Mailing Lists
Description
The state-of-the-art Dashboard of Apache RoccketMQ provides excellent monitoring capability. Various graphs and statistics of events, performance and system information of clients and application is evidently made available to the user.
Languages
Java
63.2%
JavaScript
36.4%
CSS
0.2%
HTML
0.1%