aboutsummaryrefslogtreecommitdiff
path: root/doc/install.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/install.rst')
-rw-r--r--doc/install.rst30
1 files changed, 30 insertions, 0 deletions
diff --git a/doc/install.rst b/doc/install.rst
new file mode 100644
index 0000000..1bf8f01
--- /dev/null
+++ b/doc/install.rst
@@ -0,0 +1,30 @@
+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>`_