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-centos
repository from githubgit clone https://github.com/vlead/setup-ovpl-centos.git
- Edit the
config.sh
file in thescripts
folder 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.sh
script 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-centos
repository from githubgit clone https://github.com/vlead/setup-ovpl-centos.git
- Enter into the newly cloned directory
cd setup-ovpl-centos/
- hange directory to
scripts
cd scripts
- Edit the
config.sh
file in thescripts
folder and put appropriate proxy settings in it. If there is no proxy to be set, leave it blank. - Run the
install_vagrant.sh
script:bash install_vagrant.sh
- Step(7) installs
virtualbox
andvagrant
software. Use the document to use the existing vagrant-box which comes withADS
andOpenvz