Installing Paz Dependencies
Pre-requisites to installing Paz
Paz's Docker repositories are hosted at Quay.io, but they are public so you don't need any credentials.
You will need to install fleetctl
and etcdctl
.
OS/X
On OS/X you can install both with brew:
$ brew install etcdctl fleetctl
## ArchLinux
Installing Fleet and Etcd will give you the command-line tools:
$ yaourt etcd
...
7 aur/etcd 2.0.3-1
A highly-available key-value store for shared configuration and service discovery.
...
$ yaourt fleet
...
1 aur/fleet v0.8.3-1
A distributed init system.
...
Download the Binaries
On any OS, you can download binaries for Etcd and Fleet (including their respective CLIs) from Github:
Updated less than a minute ago