Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. If you haven't already done so, download and extract a copy of the latest release. There is a link to it under the Project Resources section on our wiki home page. Look for "Current version".
  2. copy the "managementnode" directory to a location, typically /usr/local
    Code Block
    cp -r managementnode /usr/local/vcl
    
  3. copy vcl configuration file vcld.conf to /etc/vcl
    Code Block
    
    mkdir -m755 /etc/vcl
    cp /usr/local/vcl/etc/vcl/vcld.conf /etc/vcl
    

Install Required Packages

...