Update readme. Fix #120

pull/130/head
Jack Ivanov 8 years ago committed by GitHub
parent 29de003b2d
commit 3e3d7c6fa7

@ -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…
Cancel
Save