bscofield / wetcd

Simple web UI for an etcd cluster

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple web UI for an etcd cluster

License:MIT License


Languages

Language:JavaScript 100.0%Language:CSS 0.0%