mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00

Originally we were going to move all of the API endpoints to /etcd/ so that you could move etcd traffic over a multiplexed HTTP proxy with other service but since we don't have a strong use case for this just remove this for now.
28 lines
470 B
Markdown
28 lines
470 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 etcd like you normally would and afterward browse to:
|
|
|
|
http://localhost:4001/mod/dashboard/
|