Scripts to setup [ADS](https://github.com/vlead/ovpl) on a fresh installation of CentOS >=6.5 64 bit or Ubuntu >= 12.04
- At the command prompt, login as root user using
sudo su - - Enter into the home directory for the root user
cd /root/ - Clone the
setup-ovpl-centosrepository from githubgit clone https://github.com/vlead/setup-ovpl-centos.git - Edit the
config.shfile in thescriptsfolder and put appropriate proxy settings in it. If there is no proxy to be set, leave it blank.cd setup-ovpl-centos/scripts/ vim config.sh - Run the
centos_prepare_ovpl.shscript as a root user. This sets up OVPL and all its dependencies successfully:bash centos_prepare_ovpl.sh - For starting the OVPL services, follow the steps below:
cd /root/ovpl ./manage_services.sh start
- At the command prompt, login as root user using
sudo su - Enter into the home directory for the root user
cd /root/ - Clone the
setup-ovpl-centosrepository from githubgit clone https://github.com/vlead/setup-ovpl-centos.git - Enter into the newly cloned directory
cd setup-ovpl-centos/ - hange directory to
scriptscd scripts - Edit the
config.shfile in thescriptsfolder and put appropriate proxy settings in it. If there is no proxy to be set, leave it blank. - Run the
install_vagrant.shscript:bash install_vagrant.sh - Step(7) installs
virtualboxandvagrantsoftware. Use the document to use the existing vagrant-box which comes withADSandOpenvz