We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c2e9319 + de0480d commit 3ce7f96Copy full SHA for 3ce7f96
docs/installation.rst
@@ -13,6 +13,7 @@ DebOps requires a dependency that is not installed by Ansible. Install
13
$ easy_install netaddr
14
15
16
+
17
Installing the DebOps scripts
18
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
19
@@ -23,6 +24,13 @@ repository. This makes it easy to update later::
23
24
$ git clone https://github.com/debops/debops
25
$ cd debops
26
27
+If you dont have Ansible installed, the bootstrap-ansible.sh can do it
28
+for you::
29
30
+ $ ./misc/scripts/bootstrap-ansible.sh v1.8.2
31
32
+This installs version 1.8.2. Without version pin, the newest will be installed.
33
34
Choose, who you want DebOps to be installed:
35
36
* System-wide into /usr/local::
0 commit comments