aboutsummaryrefslogtreecommitdiff
path: root/doc/install.rst
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-05-14 11:02:26 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-05-14 11:02:26 -0300
commit44d93200d365e90067b941a7f9203f6c29196f85 (patch)
tree2182d3826eee4590918508432dbbc34ddb7ac165 /doc/install.rst
parentc0accb84196d996d4ddc66d1c02b7e7cc3ed9765 (diff)
downloadhydra-44d93200d365e90067b941a7f9203f6c29196f85.tar.gz
hydra-44d93200d365e90067b941a7f9203f6c29196f85.tar.bz2
Migrate docs to sphinx
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>`_