dubbo-admin
dubbo-admin copied to clipboard
The ops and reference implementation for Apache Dubbo
Dubbo Admin
中文说明
Quick start
- prebuilt docker image https://hub.docker.com/r/apache/dubbo-admin
- quick start a live demo with play-with-docker (version:0.3.0)
Screenshot
Service Governance
service governance follows the version of Dubbo 2.7, and compatible for Dubbo 2.6, please refer to here
admin UI
-
dubbo-admin-ui/README.md for more detail
-
Set npm proxy mirror:
if you have network issue, you can set npm proxy mirror to speedup npm install:
add
registry=https://registry.npmmirror.com
to ~/.npmrc
admin Server
- Standard spring boot project
- configurations in application.properties
Production Setup
- Clone source code on develop branch
git clone https://github.com/apache/dubbo-admin.git
- Specify registry address in
dubbo-admin-server/src/main/resources/application.properties
- Build
-
mvn clean package -Dmaven.test.skip=true
-
- Start
-
mvn --projects dubbo-admin-server spring-boot:run
OR -
cd dubbo-admin-distribution/target
;java -jar dubbo-admin-0.1.jar
-
- Visit
http://localhost:8080
- Default username and password is
root
Development Setup
-
Run admin server project
backend is a standard spring boot project, you can run it in any java IDE
-
Run admin ui project
run with
npm run dev
. -
visit web page
visit
http://localhost:8081
, frontend supports hot reload.
Swagger support
Once deployed, you can check http://localhost:8080/swagger-ui.html to check all restful api and models
License
Apache Dubbo admin is under the Apache 2.0 license, Version 2.0. See LICENSE for full license text.