|
@@ -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
|
|