mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-06 15:13:56 +02:00
Update readme. Fix #120
This commit is contained in:
parent
29de003b2d
commit
3e3d7c6fa7
1 changed files with 3 additions and 1 deletions
|
@ -27,7 +27,9 @@ Algo VPN (short for "Al Gore", the **V**ice **P**resident of **N**etworks everyw
|
|||
|
||||
The easiest way to get an Algo server running is to let it setup a new virtual machine in the cloud for you.
|
||||
|
||||
1. Install the dependencies on OS X or Linux: `sudo easy_install pip && sudo pip install -r requirements.txt`
|
||||
1. Install the dependencies
|
||||
1.1. On OS X: `sudo easy_install pip && sudo pip install -r requirements.txt`
|
||||
1.2. On Linux (deb based): `sudo easy_install pip && sudo apt-get install libssl-dev && sudo pip install -r requirements.txt`
|
||||
2. Open the file `config.cfg` in your favorite text editor. Specify the users you wish to create in the `users` list.
|
||||
3. Start the deploy and follow the instructions: `./algo`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue