From 85b3409bed44d9b63c321cfa9fb11e419079bcf2 Mon Sep 17 00:00:00 2001 From: Marco Bonetti Date: Tue, 10 Jan 2017 15:33:26 +0000 Subject: [PATCH] Rename config.cfg to config.cfg.sample --- .gitignore | 1 + README.md | 2 +- config.cfg => config.cfg.sample | 0 docs/pre-install_redhat_centos_6.x.md | 1 + 4 files changed, 3 insertions(+), 1 deletion(-) rename config.cfg => config.cfg.sample (100%) diff --git a/.gitignore b/.gitignore index e1c9fea7..cfaafb6e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +config.cfg *.retry configs/* inventory_users diff --git a/README.md b/README.md index 58ad7b64..4ee9ebec 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ The easiest way to get an Algo server running is to let it set up a _new_ virtua Linux (rpm-based): See the [Pre-Install Documentation for RedHat/CentOS 6.x](docs/pre-install_redhat_centos_6.x.md) -4. Open `config.cfg` in your favorite text editor. Specify the users you wish to create in the `users` list. +4. Copy `config.cfg.sample` to `config.cfg` and open it in your favorite text editor. Specify the users you wish to create in the `users` list. 5. Start the deployment. Return to your terminal. In the Algo directory, run `./algo` and follow the instructions. There are several optional features available. None are required for a fully functional VPN server. These optional features are described in greater detail in [ROLES.md](docs/ROLES.md). That's it! You now have an Algo VPN server on the internet. diff --git a/config.cfg b/config.cfg.sample similarity index 100% rename from config.cfg rename to config.cfg.sample diff --git a/docs/pre-install_redhat_centos_6.x.md b/docs/pre-install_redhat_centos_6.x.md index 4371a8f6..e00bb1a6 100644 --- a/docs/pre-install_redhat_centos_6.x.md +++ b/docs/pre-install_redhat_centos_6.x.md @@ -52,6 +52,7 @@ cd algo-master || echo "No Algo directory found" pip -q install -r requirements.txt # Edit the userlist and any other settings you desire +cp config.cfg.sample config.cfg nano config.cfg # Now you can run the Algo installer! ./algo