tree: b6754b793e01e3be0ae86a0e18fb031540378d34 [path history] [tgz]
  1. docker-compose.yml
  2. LICENSE
  3. NOTICE
  4. README.md
control-panel/README.md

ServiceComb Console

Features

  1. Provide one console of ServiceComb components
  2. Support microservice management and configuration management(integrate KIE and Service-Center)

How to run?

With docker:

Require:

  1. docker-compose v1.29.0+
  2. docker v18.02+

Run this command:

docker-compose up -d

Visit frontend at http://localhost:4200

How to stop?

docker-compose down