Skip to content

Jax4Li/opensergo-dashboard

 
 

Repository files navigation

OpenSergo Dashboard

Releases License: Apache-2.0

中文

You can view and modify your service information and service governance configuration on the OpenSergo dashboard.

Quick Start

This project requires Java 11 && Maven >= 3.6.0.

  1. Download code: git clone https://github.com/opensergo/opensergo-dashboard.git
  2. Modify opensergo-dashboard-server/src/main/resources/application.yaml, specify the mysql server address
  3. Build
    • mvn clean package -Dmaven.test.skip=true
  4. Launch
    • cd opensergo-dashboard-server/target/; java -jar opensergo-dashboard.jar
  5. Visit http://localhost:8080/

Package and Release

  1. Download code, and execute mvn clean package -Dmaven.test.skip=true -Prelease
  2. opensergo-dashboard-distribution/target/opensergo-dashboard-${version}.zip is the release package
  3. Extract the package, and execute opensergo-dashboard-${version}/bin/startup.sh

Community

DingTalk Group: 34826335

About

OpenSergo Dashboard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 54.9%
  • JavaScript 22.5%
  • HTML 15.5%
  • CSS 4.7%
  • TypeScript 2.1%
  • Shell 0.2%
  • SCSS 0.1%