aboutsummaryrefslogtreecommitdiff
path: root/doc/install.rst
blob: 21f7113383bcb761b75f1467f446e88b9b675d52 (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
32
33
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:

::

    git log --show-signature -1

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 <https://www.debian.org>`_ 
* `Puppet <http://docs.puppetlabs.com>`_
* `Git <https://git-scm.com/>`_