mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-05 06:33:56 +02:00
Update README.md
This commit is contained in:
parent
1a4487bac1
commit
b1f5fbeab0
1 changed files with 13 additions and 5 deletions
16
README.md
16
README.md
|
@ -26,23 +26,31 @@ Algo (short for "Al Gore", the **V**ice **P**resident of **N**etworks everywhere
|
|||
|
||||
### Requirements
|
||||
|
||||
* ansible >= 2.2.0
|
||||
* ansible >= 2.1.0
|
||||
* python >= 2.6
|
||||
* libselinux-python (for RedHat based distros)
|
||||
* [dopy=0.3.5](https://github.com/Wiredcraft/dopy)
|
||||
* SHell or BASH
|
||||
* libselinux-python (for RedHat based distros)
|
||||
|
||||
### Initial Deployment
|
||||
|
||||
**Available cloud providers:**
|
||||
To install the dependencies on OS X:
|
||||
|
||||
```
|
||||
sudo easy_install pip
|
||||
sudo pip install ansible dopy==0.3.5
|
||||
```
|
||||
|
||||
There are two available cloud providers:
|
||||
* DigitalOcean
|
||||
* Amazon EC2
|
||||
|
||||
Note: For EC2 users, ensure that you setup the required environment variables prior to starting the deploy:
|
||||
If you want to use Amazon EC2, ensure that you setup the required environment variables prior to starting the deploy:
|
||||
```
|
||||
declare -x AWS_ACCESS_KEY_ID="XXXXXXXXXXXXXXXXXXX"
|
||||
declare -x AWS_SECRET_ACCESS_KEY="XXXXXXXXXXXXXXXxx"
|
||||
```
|
||||
|
||||
Open the file `config.cfg` in your favorite text editor. Specify users in the `users` list. Start the deploy and follow the instructions:
|
||||
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue