github.com/ghodss/etcd@v0.3.1-0.20140417172404-cc329bfa55cb/mod/dashboard/README.md (about) 1 # etcd Dashboard 2 3 ## Developing 4 5 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. 6 7 ### Install yeoman 8 9 http://yeoman.io/ 10 11 ### Install NPM locally 12 13 ``` 14 npm install 15 ``` 16 17 ### Install Bower Components 18 19 ``` 20 bower install 21 ``` 22 23 ### View in Browser 24 25 run `export ETCD_DASHBOARD_DIR=/absolute/path/to/coreos/etcd/mod/dashboard/app` 26 27 Run etcd like you normally would and afterward browse to: 28 29 http://localhost:4001/mod/dashboard/