Skip to content

vlead/setup-ovpl-centos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is it?

Scripts to setup [ADS](https://github.com/vlead/ovpl) on a fresh installation of CentOS >=6.5 64 bit or Ubuntu >= 12.04

Setup ADS on a machine running centos >= 6.5*

  1. At the command prompt, login as root user using
    sudo su -
        
  2. Enter into the home directory for the root user
    cd /root/
        
  3. Clone the setup-ovpl-centos repository from github
    git clone https://github.com/vlead/setup-ovpl-centos.git 
        
  4. Edit the config.sh file in the scripts 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
        
  5. 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
        
  6. For starting the OVPL services, follow the steps below:
    cd /root/ovpl
    ./manage_services.sh start
        

Setup ADS on a machine running ubuntu:*

  1. At the command prompt, login as root user using
    sudo su
        
  2. Enter into the home directory for the root user
    cd /root/
        
  3. Clone the setup-ovpl-centos repository from github
    git clone https://github.com/vlead/setup-ovpl-centos.git 
        
  4. Enter into the newly cloned directory
    cd setup-ovpl-centos/
        
  5. hange directory to scripts
    cd scripts
        
  6. Edit the config.sh file in the scripts folder and put appropriate proxy settings in it. If there is no proxy to be set, leave it blank.
  7. Run the install_vagrant.sh script:
    bash install_vagrant.sh
        
  8. Step(7) installs virtualbox and vagrant software. Use the document to use the existing vagrant-box which comes with ADS and Openvz