etcd/Documentation/development-tools.md
Blake Mizerany 3653287c97 Revert "Documentation -> doc"
This reverts commit 9c179224aa04f0f25c52dd7b66576c3faf56cfc9.
2014-09-03 09:20:07 -07:00

350 B

Development tools

Vagrant

For fast start you can use Vagrant. vagrant up will make etcd build and running on virtual machine. Required Vagrant version is 1.5.0.

Next lets set a single key and then retrieve it:

curl -L http://127.0.0.1:4001/v2/keys/mykey -XPUT -d value="this is awesome"
curl -L http://127.0.0.1:4001/v2/keys/mykey