Installation ============ First, clone the code: :: git clone https://git.fluxo.info/hydra && cd hydra You can use the following to check the integrity of the latest release: :: tag="`git describe --abbrev=0 --tags`" git tag -v $tag && git checkout $tag There are some ways you can install the suite in your system: * Adding the whole `hydra` folder into your `PATH`. * By symlinking `hydra`, `hydractl` and optionally `hydras` into your `~/bin` folder. * By doing a system-wide install at `/usr/local` simply running :: ./hydractl install Dependencies ------------ Major direct upstreams: * `Debian `_ * `Puppet `_ * `Git `_