Selaa lähdekoodia

Allow newer ansible versions in requirements and add hint in readme.

Thomas Buck 5 vuotta sitten
vanhempi
commit
f691bd92e8
2 muutettua tiedostoa jossa 8 lisäystä ja 4 poistoa
  1. 6
    2
      README.md
  2. 2
    2
      requirements.txt

+ 6
- 2
README.md Näytä tiedosto

@@ -89,9 +89,13 @@ Your new account will be automatically set up for passwordless `sudo`. Or you ca
89 89
 
90 90
 ## On your local machine
91 91
 
92
-Ansible (the tool setting up your server) runs locally on your computer and sends commands to the remote server. Download this repository somewhere on your machine, either through `Clone or Download > Download ZIP` above, `wget`, or `git` as below
92
+Ansible (the tool setting up your server) runs locally on your computer and sends commands to the remote server. Install it as described in their [documentation](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html).
93
+
94
+Download this repository somewhere on your machine, either through `Clone or Download > Download ZIP` above, `wget`, or `git` as below. Also install the dependencies for password generation.
93 95
     
94
-    git clone https://github.com/sovereign/sovereign.git
96
+    git clone https://github.com/xythobuz/sovereign.git
97
+    cd sovereign
98
+    sudo pip install -r ./requirements.txt
95 99
 
96 100
 ### 4. Configure your installation
97 101
 

+ 2
- 2
requirements.txt Näytä tiedosto

@@ -1,2 +1,2 @@
1
-ansible==2.2.2.0
2
-passlib
1
+ansible>=2.2.2.0
2
+passlib

Loading…
Peruuta
Tallenna