mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-06 15:13:56 +02:00
Add depends info for installing into an existing system
This commit is contained in:
parent
4f3e3230e3
commit
f0d31719e0
1 changed files with 7 additions and 0 deletions
|
@ -42,6 +42,13 @@ sudo easy_install pip
|
||||||
sudo pip install ansible dopy==0.3.5 boto
|
sudo pip install ansible dopy==0.3.5 boto
|
||||||
```
|
```
|
||||||
|
|
||||||
|
To install the dependencies for installing on an existing Ubuntu 16.04 system:
|
||||||
|
|
||||||
|
```
|
||||||
|
sudo apt-get install software-properties-common && sudo apt-add-repository ppa:ansible/ansible
|
||||||
|
sudo apt-get update && sudo apt-get install ansible
|
||||||
|
```
|
||||||
|
|
||||||
There are three available installation targets:
|
There are three available installation targets:
|
||||||
* DigitalOcean
|
* DigitalOcean
|
||||||
* Amazon EC2
|
* Amazon EC2
|
||||||
|
|
Loading…
Add table
Reference in a new issue