tree: e0bd80bbdb5047a61d7984fb659870cc0a0e484d [path history] [tgz]
  1. etc/
  2. src/
  3. .browserslistrc
  4. .editorconfig
  5. angular.json
  6. build.sh
  7. docker-compose.yml
  8. Dockerfile
  9. LICENSE
  10. NOTICE
  11. package-lock.json
  12. package.json
  13. proxy.config.json
  14. README-ZH.md
  15. README.md
  16. tsconfig.app.json
  17. tsconfig.json
  18. tslint.json
ux/README.md

ServiceComb UX

中文文档

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+, installation guide refer here
  2. docker v18.02+, installation guide refer here

Platform

  • OS: Windows 10 64-bit Build 18362+, Mac 10.14+, Linux
  • Browser: Chrome, Firefox, Safari, Edge

Run this command:

docker-compose up -d

Visit frontend at http://localhost:4200

How to stop?

docker-compose down