mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
30 lines
553 B
Markdown
30 lines
553 B
Markdown
# etcd Dashboard
|
|
|
|
## Developing
|
|
|
|
If you'd like to contribute to the etcd dashboard mod, follow these instructions. For contributing to the rest of etcd, see the contributing document in the root of the repository.
|
|
|
|
### Install yeoman
|
|
|
|
http://yeoman.io/
|
|
|
|
### Install NPM locally
|
|
|
|
```
|
|
npm install
|
|
```
|
|
|
|
### Install Bower Components
|
|
|
|
```
|
|
bower install
|
|
```
|
|
|
|
### View in Browser
|
|
|
|
run `export ETCD_DASHBOARD_DIR=/absolute/path/to/coreos/etcd/mod/dashboard/app`
|
|
|
|
Run etcd like you normally would and afterward browse to:
|
|
|
|
http://localhost:4001/mod/dashboard/
|