blob: a72922c1efd37213b481b7e9b53ce149b420b09b [file] [log] [blame] [view]
# ServiceComb UX
[中文文档](/ux/README-ZH.md)
## Features
1. Provide one console of ServiceComb components
1. 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](https://docs.docker.com/compose/install/#install-compose)
1. docker v18.02+, installation guide refer [here](https://docs.docker.com/desktop/#download-and-install)
Platform
- OS: Windows 10 64-bit Build 18362+, Mac 10.14+, Linux
- Browser: Chrome, Firefox, Safari, Edge
Run this command:
```bash
docker-compose up -d
```
Visit frontend at http://localhost:4200
How to stop?
```bash
docker-compose down
```