Yicheng Qin 32d23fdb11 chore: gofmt go files před 10 roky
..
app af6d5efb83 chore(dashboard/fonts): remove unused font files před 10 roky
resources 32d23fdb11 chore: gofmt go files před 10 roky
.bowerrc 151b9c6ed2 feat(dashboard): project setup před 10 roky
.gitignore 151b9c6ed2 feat(dashboard): project setup před 10 roky
Gruntfile.js c08bcb6f5b fix(dashboard/build): update gruntfile for release build před 10 roky
LICENSE 8ee0845631 chore(dashboard): move to the mod directory před 11 roky
README.md 151b9c6ed2 feat(dashboard): project setup před 10 roky
bower.json 151b9c6ed2 feat(dashboard): project setup před 10 roky
build 102d8e543d bump(mod/dashboard): rebuild the dashboard for the latest fixes před 11 roky
dashboard.go 35ddb6627e chore(dashboard): move dashboard server & fix routing. před 10 roky
karma.conf.js 151b9c6ed2 feat(dashboard): project setup před 10 roky
package.json 151b9c6ed2 feat(dashboard): project setup před 10 roky
setup 151b9c6ed2 feat(dashboard): project setup před 10 roky

README.md

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 Dependencies

Requires nodejs.

Run all commands from within the /mod/dashboard directory.

run ./setup to install npm modules and bower front-end dependencies.

To run a non-compiled development version of the dashboard:

Continually compile html templates, sass/css, and run unit tests.

grunt dev

Export an environment varible to notify etcd of the dashboard source code location:

export ETCD_DASHBOARD_DIR=./mod/dashboard/app

Run local etc as usual (be sure to include the cors flag).

// from etcd root dir  
./bin/etcd -cors="*"  

Alternatively, build the optimized production-build version of the website and run etcd as above:

grunt  
export ETCD_DASHBOARD_DIR=./mod/dashboard/dist