Reame for local installation #52

This commit is contained in:
Evgeniy Ivanov 2016-08-18 11:36:36 +03:00
parent 66c6044496
commit d914b566af

View file

@ -57,6 +57,17 @@ Start the deploy and follow the instructions:
When the process is done, you can find `.mobileconfig` files and certificates in the `configs` directory. Send the `.mobileconfig` profile to users with Apple devices. Note that profile installation is supported over AirDrop. Do not send the mobileconfig file over plaintext (e.g., e-mail) since it contains the keys to access the VPN. For those using other clients, like Windows or Android, securely send them the X.509 certificates for the server and their user.
### Deploy Algo locally
In order to install algo on Ubuntu locally, you need to install ansible first.
Installing ansible via pip requires pulling in a lot of dependencies, including a full compiler suite.
It is easier to use apt, however, Ubuntu 16.04 only comes with ansible 2.0.0.2.
Therefore, to use apt you must use the ansible PPA and using a PPA requires installing `software-properties-common`
```
sudo apt-get install software-properties-common && sudo apt-add-repository ppa:ansible/ansible
sudo apt-get update && sudo apt-get install ansible
```
### User Management
If you want to add or delete users, update the `users` list in `config.cfg` and run the command: