etcd playground
Go to file
Marek Siarkowicz a66986b82d
Merge pull request #295 from spzala/addcoc
Add code of conduct
2025-02-12 10:42:22 +01:00
backend/web *: update import paths to "etcd-io/etcdlabs" 2018-08-07 04:44:42 -07:00
cluster *: update import paths to "etcd-io/etcdlabs" 2018-08-07 04:44:42 -07:00
cmd/backend-web-server *: update import paths to "etcd-io/etcdlabs" 2018-08-07 04:44:42 -07:00
frontend Fix broken link to help file 2023-11-07 17:50:48 -06:00
pkg/ratelimit *: replace "glog" with zap logger 2018-05-16 13:28:48 -07:00
scripts *: update import paths to "etcd-io/etcdlabs" 2018-08-07 04:44:42 -07:00
test-certs *: set up with localhost, upgrade Go, etcd versions 2017-08-03 13:21:03 -07:00
vendor vendor: sync with upstream etcd, gRPC 2018-07-30 10:30:52 -07:00
.dockerignore dockerignore: initial commit 2017-08-11 09:37:43 -07:00
.gitignore gitignore: add others 2018-01-09 04:42:22 -08:00
.travis.yml travis.yml: update Go version to 1.10.3 2018-08-07 04:56:08 -07:00
CONTRIBUTING.md *: update with coreos template projects 2016-09-27 16:33:35 -07:00
DCO *: update with coreos template projects 2016-09-27 16:33:35 -07:00
Dockerfile *: update import paths to "etcd-io/etcdlabs" 2018-08-07 04:44:42 -07:00
Gopkg.lock vendor: sync with upstream etcd, gRPC 2018-07-30 10:30:52 -07:00
Gopkg.toml vendor: sync with upstream etcd, gRPC 2018-07-30 10:30:52 -07:00
LICENSE *: update with coreos template projects 2016-09-27 16:33:35 -07:00
NOTICE *: update with coreos template projects 2016-09-27 16:33:35 -07:00
OWNERS Update OWNERS file with current maintainers. 2024-12-05 23:43:30 +13:00
README.md README: update badge links 2018-08-07 04:54:24 -07:00
angular-cli.json *: upgrade frontend dependencies 2018-02-01 12:31:20 -08:00
code-of-conduct.md Add code of conduct 2025-02-11 17:51:53 -05:00
etcdlabs.gif README: add demo 2017-06-05 18:41:20 -07:00
etcdlabs.service *: update import paths to "etcd-io/etcdlabs" 2018-08-07 04:44:42 -07:00
karma.conf.js *: move to 'frontend', fix toolbar CSS color 2016-09-22 12:04:36 -07:00
nginx.conf nginx.conf: change external address 2018-07-30 10:48:42 -07:00
package-lock.json *: upgrade frontend dependencies 2018-06-15 11:10:55 -07:00
package.json *: update import paths to "etcd-io/etcdlabs" 2018-08-07 04:44:42 -07:00
protractor.conf.js *: make it more modular 2016-09-22 17:07:45 -07:00
proxy.config.json proxy-config: add 'health' endpoint 2017-08-23 14:05:06 -07:00
reverse-proxy.service *: update import paths to "etcd-io/etcdlabs" 2018-08-07 04:44:42 -07:00
tslint.json *: make it more modular 2016-09-22 17:07:45 -07:00
yarn.lock *: upgrade frontend dependencies 2018-06-15 11:10:55 -07:00

README.md

etcdlabs

Go Report Card Build Status Godoc

etcdlabs

See etcd-play for old code.

Technology Used

Build and Push to gcr.io

./scripts/docker/build-push.sh

Run locally

docker build --tag gcr.io/etcd-development/etcdlabs:latest --file ./Dockerfile .

docker run \
  --rm \
  -it \
  -p 4200:4200 \
  gcr.io/etcd-development/etcdlabs:latest \
  /bin/sh -c "pushd /gopath/src/github.com/etcd-io/etcdlabs && ./scripts/run/etcdlabs.sh"

Or

./scripts/docker/etcdlabs.sh

To check that it's running:

curl -L http://localhost:4200/health
OK

And open http://localhost:4200