You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by fa...@apache.org on 2012/12/10 16:29:31 UTC

svn commit: r1419522 - /vcl/site/trunk/content/docs/VCL 2.3.1 Installation Guide

Author: fapeeler
Date: Mon Dec 10 15:29:30 2012
New Revision: 1419522

URL: http://svn.apache.org/viewvc?rev=1419522&view=rev
Log:
CMS commit to vcl by fapeeler

Modified:
    vcl/site/trunk/content/docs/VCL 2.3.1 Installation Guide

Modified: vcl/site/trunk/content/docs/VCL 2.3.1 Installation Guide
URL: http://svn.apache.org/viewvc/vcl/site/trunk/content/docs/VCL%202.3.1%20Installation%20Guide?rev=1419522&r1=1419521&r2=1419522&view=diff
==============================================================================
--- vcl/site/trunk/content/docs/VCL 2.3.1 Installation Guide (original)
+++ vcl/site/trunk/content/docs/VCL 2.3.1 Installation Guide Mon Dec 10 15:29:30 2012
@@ -1,6 +1,6 @@
-Title: VCL 2.3 Installation Guide
+Title: VCL 2.3.1 Installation Guide
 
-**VCL 2.3 Installation Guide**
+**VCL 2.3.1 Installation Guide**
 
 This guide will provide the necessary steps to install and configure VCL software. It covers the set up of the database , web portal, and management node.
 
@@ -14,12 +14,12 @@ VCL currently supports the use of mysql 
     * If you have not already done so, download and the Apache VCL source to the database server:
 
             :::BashLexer
-            wget --trust-server-names 'http://vcl.apache.org/downloads/download.cgi?action=download&filename=%2Fvcl%2Fapache-VCL-2.3.tar.bz2'
+            wget --trust-server-names 'http://vcl.apache.org/downloads/download.cgi?action=download&filename=%2Fvcl%2Fapache-VCL-2.3.1.tar.bz2'
 
     * Extract the files:
 
             :::BashLexer
-            tar -jxvf apache-VCL-2.3.tar.bz2
+            tar -jxvf apache-VCL-2.3.1.tar.bz2
 
 2. Install MySQL Server