Versions Compared

Key

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

...

The following instructions assume the VCL database has been installed and configured and that the managment node information has been added to the database as described on the web code installation page. This also assumes that the perl-DBD-MySQL-3.x and the mysql client (mysql-5.x) packages are installed, for database communications.

Install Subversion Client

Check if a Subversion client is already installed on the management node by running the svn command.  If not already installed, you can try to install it using yum with the following command:

No Format
yum install subversion

If yum is not available, visit http://subversion.tigris.org and follow the instructions for downloading and installing a Subversion client.

Download the Backend VCL Code

Move the Backend Management Node VCL Code

Move or copy the managementnode directory Download VCL backend code from the Apache Subversion repository and save it to /usr/local/vcl.:

No Format
svn export https://svn.apache.org/repos/asf/incubator/vcl/trunk/managementnode/ mv ./managementnode /usr/local/vcl/

Install Required Perl Modules

...