blob: e92b9d8efac5d83531fa9c32e7090d0ce55b74ae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
Installation
============
First, clone the code:
::
git clone git://git.fluxo.info/hydra.git && cd hydra
Then check the source integrity of the latest release:
::
tag="`git describe --abbrev=0 --tags`"
git tag -v $tag && git checkout $tag
Finally, add hydra folder to your `$PATH` or run the following command to install
it under `/usr/local`:
::
./hydractl install
Dependencies
------------
Major direct upstreams:
* `Debian <https://www.debian.org>`_
* `Puppet <http://docs.puppetlabs.com>`_
* `Git <https://git-scm.com/>`_
|