mirror of
https://github.com/go-micro/go-micro.git
synced 2025-12-11 21:57:04 +02:00
16 lines
243 B
Markdown
16 lines
243 B
Markdown
|
|
# Dashboard
|
||
|
|
|
||
|
|
## Installation
|
||
|
|
|
||
|
|
```
|
||
|
|
go install github.com/asim/go-micro/cmd/dashboard/v4@latest
|
||
|
|
```
|
||
|
|
|
||
|
|
## Usage
|
||
|
|
|
||
|
|
```
|
||
|
|
dashboard --registry etcd --server_address :4000
|
||
|
|
```
|
||
|
|
|
||
|
|
Visit: [http://localhost:4000](http://localhost:4000)(deafult admin@123456)
|