opensergo / opensergo-dashboard

OpenSergo Dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Apache License 2.0


Languages

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