You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by jf...@apache.org on 2015/03/20 05:59:33 UTC

svn commit: r1667931 - /vcl/site/trunk/content/docs/VCL241InstallGuide.mdtext

Author: jfthomps
Date: Fri Mar 20 04:59:32 2015
New Revision: 1667931

URL: http://svn.apache.org/r1667931
Log:
updated content for 2.4.1

Modified:
    vcl/site/trunk/content/docs/VCL241InstallGuide.mdtext

Modified: vcl/site/trunk/content/docs/VCL241InstallGuide.mdtext
URL: http://svn.apache.org/viewvc/vcl/site/trunk/content/docs/VCL241InstallGuide.mdtext?rev=1667931&r1=1667930&r2=1667931&view=diff
==============================================================================
--- vcl/site/trunk/content/docs/VCL241InstallGuide.mdtext (original)
+++ vcl/site/trunk/content/docs/VCL241InstallGuide.mdtext Fri Mar 20 04:59:32 2015
@@ -1,4 +1,4 @@
-Title: VCL 2.4 Installation Guide
+Title: VCL 2.4.1 Installation Guide
 Notice:    Licensed to the Apache Software Foundation (ASF) under one
            or more contributor license agreements.  See the NOTICE file
            distributed with this work for additional information
@@ -17,7 +17,7 @@ Notice:    Licensed to the Apache Softwa
            under the License.
 
 # Scripted Installation
-VCL 2.4 is the first release to include an installation script.  All you need to install
+VCL 2.4.1 is the first release to include an installation script.  All you need to install
 VCL is the script. It will download and validate the VCL software and then install it.
 The script can be used to install all three parts of VCL (database, web portal, and 
 management node) or to install each part individually.
@@ -80,12 +80,12 @@ VCL currently supports the use of MySQL
 
 1. Download and Extract the Apache VCL Source
     * If you have not already done so, follow the instructions on the [download](/downloads/download.cgi)
-page to download and verify apache-VCL-2.4.tar.bz2, and put it in /root
+page to download and verify apache-VCL-2.4.1.tar.bz2, and put it in /root
 
     * Extract the files:
 
             :::BashLexer
-            tar -jxvf apache-VCL-2.4.tar.bz2
+            tar -jxvf apache-VCL-2.4.1.tar.bz2
 
 2. Install MySQL Server or MariaDB Server
 
@@ -182,7 +182,7 @@ privileges on the database you just crea
 **mysql** directory within the Apache VCL source code
 
             :::BashLexer
-            mysql vcl < apache-VCL-2.4/mysql/vcl.sql
+            mysql vcl < apache-VCL-2.4.1/mysql/vcl.sql
 
    
 ----------
@@ -191,7 +191,7 @@ privileges on the database you just crea
 
 **Prerequisites**
 
-  - Apache VCL 2.4 had been downloaded
+  - Apache VCL 2.4.1 had been downloaded
   - VCL database has been installed and configured
 
 **Web Server:**
@@ -282,19 +282,19 @@ config file:
 
 2. **Install the VCL Frontend Web Code**
     * If you have not already done so, follow the instructions on the [download](/downloads/download.cgi)
-page to download and verify apache-VCL-2.4.tar.bz2, and put it in /root
+page to download and verify apache-VCL-2.4.1.tar.bz2, and put it in /root
 
     * Extract the files:
 
             :::BashLexer
-            tar -jxvf apache-VCL-2.4.tar.bz2
+            tar -jxvf apache-VCL-2.4.1.tar.bz2
 
     * Copy the **web** directory to a location under the web root of your web server and 
 navigate to the destination **.ht-inc** subdirectory:
 
             :::BashLexer
-            cp -r apache-VCL-2.4/web/ /var/www/html/vcl-2.4
-            ln -s /var/www/html/vcl-2.4 /var/www/html/vcl
+            cp -r apache-VCL-2.4.1/web/ /var/www/html/vcl-2.4.1
+            ln -s /var/www/html/vcl-2.4.1 /var/www/html/vcl
             cd /var/www/html/vcl/.ht-inc
 
     * Copy secrets-default.php to secrets.php:
@@ -404,8 +404,8 @@ Configuration][3]
 The following management node installation instructions assume the instructions in these
 previous sections have been completed:
 
-* VCL 2.4 Database Installation
-* VCL 2.4 Web Code Installation
+* VCL 2.4.1 Database Installation
+* VCL 2.4.1 Web Code Installation
 
 **Supported Operating Systems:**
 
@@ -480,19 +480,19 @@ below for installation instructions):
 1. **Install the VCL Management Node Code - Perl Daemon**
     * If you have not already done so, follow the instructions on the 
 [download](/downloads/download.cgi) page to download and verify 
-apache-VCL-2.4.tar.bz2, and put it in /root
+apache-VCL-2.4.1.tar.bz2, and put it in /root
 
     * Extract the files:
 
             :::BashLexer
-            tar -jxvf apache-VCL-2.4.tar.bz2
+            tar -jxvf apache-VCL-2.4.1.tar.bz2
 
     * Copy the managementnode directory to the location where you want it to reside 
 (typically /usr/local):
 
             :::BashLexer
-            cp -r apache-VCL-2.4/managementnode /usr/local/vcl-2.4
-            ln -s /usr/local/vcl-2.4 /usr/local/vcl
+            cp -r apache-VCL-2.4.1/managementnode /usr/local/vcl-2.4.1
+            ln -s /usr/local/vcl-2.4.1 /usr/local/vcl
 
 2. **Install the Required Linux Packages & Perl Modules**