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

svn commit: r841428 - in /websites/staging/vcl/trunk/content: ./ docs/VCL 2.3.1 Installation Guide

Author: buildbot
Date: Mon Dec 10 15:29:36 2012
New Revision: 841428

Log:
Staging update by buildbot for vcl

Modified:
    websites/staging/vcl/trunk/content/   (props changed)
    websites/staging/vcl/trunk/content/docs/VCL 2.3.1 Installation Guide

Propchange: websites/staging/vcl/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Dec 10 15:29:36 2012
@@ -1 +1 @@
-1419520
+1419522

Modified: websites/staging/vcl/trunk/content/docs/VCL 2.3.1 Installation Guide
==============================================================================
--- websites/staging/vcl/trunk/content/docs/VCL 2.3.1 Installation Guide (original)
+++ websites/staging/vcl/trunk/content/docs/VCL 2.3.1 Installation Guide Mon Dec 10 15:29:36 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