/wetcd

Simple web UI for an etcd cluster

Primary LanguageJavaScriptMIT LicenseMIT

NOTE: Etcd is now distributed with its own web interface. Look at the dashboard module for more details.

A simple UI for etcd

Running without Vagrant

First start etcd with CORS enabled for globally:

etcd -cors='*'

Then start a simple server at the base of the wetcd directory.

cd public
python -m SimpleHTTPServer 8000
open http://127.0.0.1:8000