Author: jfthomps
Date: Thu Mar 14 13:29:31 2013
New Revision: 1456422

URL: http://svn.apache.org/r1456422
Log:
updated for 2.3.2 and 2.2.2

Added:
    vcl/site/trunk/content/docs/VCL232InstallGuide.mdtext
      - copied, changed from r1456288, 
vcl/site/trunk/content/docs/VCL231InstallGuide.mdtext
Modified:
    vcl/site/trunk/content/docs/installation.mdtext
    vcl/site/trunk/content/docs/installphpmyadmin.mdtext
    vcl/site/trunk/content/downloads/download.mdtext

Copied: vcl/site/trunk/content/docs/VCL232InstallGuide.mdtext (from r1456288, 
vcl/site/trunk/content/docs/VCL231InstallGuide.mdtext)
URL: 
http://svn.apache.org/viewvc/vcl/site/trunk/content/docs/VCL232InstallGuide.mdtext?p2=vcl/site/trunk/content/docs/VCL232InstallGuide.mdtext&p1=vcl/site/trunk/content/docs/VCL231InstallGuide.mdtext&r1=1456288&r2=1456422&rev=1456422&view=diff
==============================================================================
--- vcl/site/trunk/content/docs/VCL231InstallGuide.mdtext (original)
+++ vcl/site/trunk/content/docs/VCL232InstallGuide.mdtext Thu Mar 14 13:29:31 
2013
@@ -1,23 +1,21 @@
-Title: VCL 2.3.1 Installation Guide
+Title: VCL 2.3.2 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.
+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.
 
 [TOC]
 
-# Install & Configure the Database # {#database}
+# Install & Configure the Database {#database}
 
 VCL currently supports the use of mysql database.
 
 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.3.1.tar.bz2, and put it in /root
+page to download and verify apache-VCL-2.3.2.tar.bz2, and put it in /root
 
     * Extract the files:
 
             :::BashLexer
-            tar -jxvf apache-VCL-2.3.1.tar.bz2
+            tar -jxvf apache-VCL-2.3.2.tar.bz2
 
 2. Install MySQL Server
 
@@ -80,16 +78,16 @@ your iptables config and restart iptable
     * Import the vcl.sql file into the database. The **vcl.sql** file is 
included in the **mysql** directory within the Apache VCL source code
 
             :::BashLexer
-            mysql vcl < apache-VCL-2.3.1/mysql/vcl.sql
+            mysql vcl < apache-VCL-2.3.2/mysql/vcl.sql
 
    
 ----------
 
-# Install and Configure the Web Components # {#web}
+# Install and Configure the Web Components {#web}
 
 **Prerequisites**
 
-  - Apache VCL 2.3.1 had been downloaded
+  - Apache VCL 2.3.2 had been downloaded
   - VCL database has been installed and configured
 
 **Web Server:**
@@ -172,17 +170,17 @@ 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.3.1.tar.bz2, and put it in /root
+page to download and verify apache-VCL-2.3.2.tar.bz2, and put it in /root
 
     * Extract the files:
 
             :::BashLexer
-            tar -jxvf apache-VCL-2.3.1.tar.bz2
+            tar -jxvf apache-VCL-2.3.2.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.3.1/web/ /var/www/html/vcl
+            cp -r apache-VCL-2.3.2/web/ /var/www/html/vcl
             cd /var/www/html/vcl/.ht-inc
 
     * Copy secrets-default.php to secrets.php:
@@ -240,7 +238,7 @@ page to download and verify apache-VCL-2
         * Username: admin
         * Password: adminVc1passw0rd
 
-    * Set the admin user password (optional):
+    * Set the admin user password:
         * Click User Preferences
         * Enter the current password: adminVc1passw0rd
         * Enter a new password
@@ -273,13 +271,13 @@ To install phpMyAdmin, follow the instru
 ---------
 
 
-# Install & Configure the Management Node Components # {#managementnode}
+# Install & Configure the Management Node Components {#managementnode}
 
 **Prerequisites**
 The following management node installation instructions assume the 
instructions in these previous sections have been completed:
 
-* VCL 2.3.1 Database Installation
-* VCL 2.3.1 Web Code Installation
+* VCL 2.3.2 Database Installation
+* VCL 2.3.2 Web Code Installation
 
 **Supported Operating Systems:**
 
@@ -326,17 +324,17 @@ The VCL management node daemon (vcld) is
 
 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.3.1.tar.bz2, and put it in /root
+page to download and verify apache-VCL-2.3.2.tar.bz2, and put it in /root
 
     * Extract the files:
 
             :::BashLexer
-            tar -jxvf apache-VCL-2.3.1.tar.bz2
+            tar -jxvf apache-VCL-2.3.2.tar.bz2
 
     * Copy the managementnode directory to the location where you want it to 
reside (typically /usr/local):
 
             :::BashLexer
-            cp -r apache-VCL-2.3.1/managementnode /usr/local/vcl
+            cp -r apache-VCL-2.3.2/managementnode /usr/local/vcl
 
 2. **Install the Required Linux Packages & Perl Modules**
 

Modified: vcl/site/trunk/content/docs/installation.mdtext
URL: 
http://svn.apache.org/viewvc/vcl/site/trunk/content/docs/installation.mdtext?rev=1456422&r1=1456421&r2=1456422&view=diff
==============================================================================
--- vcl/site/trunk/content/docs/installation.mdtext (original)
+++ vcl/site/trunk/content/docs/installation.mdtext Thu Mar 14 13:29:31 2013
@@ -20,7 +20,7 @@ This portion of the site is for document
 explaining configuration items that an installer would typically do.
 
 
-[VCL 2.3.1 Installation Guide - Current Release](/docs/VCL231InstallGuide.html)
+[VCL 2.3.2 Installation Guide - Current Release](/docs/VCL232InstallGuide.html)
 
 
 Supplemental configuration guides
@@ -43,4 +43,5 @@ Supplemental configuration guides
 <BR>
 Archived Install guides:
 
+[VCL 2.3.1 Installation Guide](/docs/VCL231InstallGuide.html)<br>
 [VCL 2.3 Installation Guide](/docs/VCL23Installation.html)
\ No newline at end of file

Modified: vcl/site/trunk/content/docs/installphpmyadmin.mdtext
URL: 
http://svn.apache.org/viewvc/vcl/site/trunk/content/docs/installphpmyadmin.mdtext?rev=1456422&r1=1456421&r2=1456422&view=diff
==============================================================================
--- vcl/site/trunk/content/docs/installphpmyadmin.mdtext (original)
+++ vcl/site/trunk/content/docs/installphpmyadmin.mdtext Thu Mar 14 13:29:31 
2013
@@ -25,7 +25,7 @@ the VCL web server.
 1. Download phpMyAdmin
 
     a. Check the version of PHP installed on the web server (you may need to 
perform step 
-1a of [VCL 2.3.1 Web Code Installation][1] to install httpd and php first):
+1a of [VCL 2.3.2 Web Code Installation][1] to install httpd and php first):
 
             :::BashLexer
             php -v
@@ -76,9 +76,9 @@ information to be displayed when you hov
     Import the SQL file into the phpmyadmin database:
 
         :::BashLexer
-       mysql phpmyadmin < apache-VCL-2.3.1/mysql/phpmyadmin.sql
+       mysql phpmyadmin < apache-VCL-2.3.2/mysql/phpmyadmin.sql
 
 
-  [1]: VCL231InstallGuide.html
+  [1]: VCL232InstallGuide.html
   [2]: http://www.phpmyadmin.net/home_page/downloads.php
   [3]: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/
\ No newline at end of file

Modified: vcl/site/trunk/content/downloads/download.mdtext
URL: 
http://svn.apache.org/viewvc/vcl/site/trunk/content/downloads/download.mdtext?rev=1456422&r1=1456421&r2=1456422&view=diff
==============================================================================
--- vcl/site/trunk/content/downloads/download.mdtext (original)
+++ vcl/site/trunk/content/downloads/download.mdtext Thu Mar 14 13:29:31 2013
@@ -26,34 +26,27 @@ its mirrors. Older releases are availabl
 
 Stable Release - Latest Version:
 
-* <a 
href="[location]?Preferred=[preferred]&action=download&filename=%2Fvcl%2Fapache-VCL-2.3.1.tar.bz2">apache-VCL-2.3.1.tar.bz2</a>
-[ [GPG](http://www.apache.org/dist/vcl/apache-VCL-2.3.1.tar.bz2.asc) ]
-[ [SHA1](http://www.apache.org/dist/vcl/apache-VCL-2.3.1.tar.bz2.sha1) ]
-[ [MD5](http://www.apache.org/dist/vcl/apache-VCL-2.3.1.tar.bz2.md5) ]
-(released 2012-12-20)
+* <a 
href="[location]?Preferred=[preferred]&action=download&filename=%2Fvcl%2Fapache-VCL-2.3.2.tar.bz2">apache-VCL-2.3.2.tar.bz2</a>
+[ [GPG](http://www.apache.org/dist/vcl/apache-VCL-2.3.2.tar.bz2.asc) ]
+[ [SHA1](http://www.apache.org/dist/vcl/apache-VCL-2.3.2.tar.bz2.sha1) ]
+[ [MD5](http://www.apache.org/dist/vcl/apache-VCL-2.3.2.tar.bz2.md5) ]
+(released TBD)
+
+Latest Version of 2.2 series:
+
+* <a 
href="[location]?Preferred=[preferred]&action=download&filename=%2Fvcl%2Fapache-VCL-2.2.2.tar.bz2">apache-VCL-2.2.2.tar.bz2</a>
+[ [GPG](http://www.apache.org/dist/vcl/apache-VCL-2.2.2.tar.bz2.asc) ]
+[ [SHA1](http://www.apache.org/dist/vcl/apache-VCL-2.2.2.tar.bz2.sha1) ]
+[ [MD5](http://www.apache.org/dist/vcl/apache-VCL-2.2.2.tar.bz2.md5) ]
+(released TBD)
 
 Previous Releases:
 
-* <a 
href="[location]?Preferred=[preferred]&action=download&filename=%2Fvcl%2Fapache-VCL-2.3.tar.bz2">apache-VCL-2.3.tar.bz2</a>
-[ [GPG](http://www.apache.org/dist/vcl/apache-VCL-2.3.tar.bz2.asc) ]
-[ [SHA1](http://www.apache.org/dist/vcl/apache-VCL-2.3.tar.bz2.sha1) ]
-[ [MD5](http://www.apache.org/dist/vcl/apache-VCL-2.3.tar.bz2.md5) ]
-(released 2012-07-20)
-* <a 
href="[location]?Preferred=http://archive.apache.org/dist/&action=download&filename=%2Fincubator%2Fvcl%2Fapache-VCL-2.2.1-incubating.tar.bz2";>apache-VCL-2.2.1-incubating.tar.bz2</a>
-[ 
[GPG](http://archive.apache.org/dist/incubator/vcl/apache-VCL-2.2.1-incubating.tar.bz2.asc)
 ]
-[ 
[SHA1](http://archive.apache.org/dist/incubator/vcl/apache-VCL-2.2.1-incubating.tar.bz2.sha1)
 ]
-[ 
[MD5](http://archive.apache.org/dist/incubator/vcl/apache-VCL-2.2.1-incubating.tar.bz2.md5)
 ]
-(released 2011-04-08)
-* <a 
href="[location]?Preferred=http://archive.apache.org/dist/&action=download&filename=%2Fincubator%2Fvcl%2Fapache-VCL-2.2-incubating.tar.bz2";>apache-VCL-2.2-incubating.tar.bz2</a>
-[ 
[GPG](http://archive.apache.org/dist/incubator/vcl/apache-VCL-2.2-incubating.tar.bz2.asc)
 ]
-[ 
[SHA1](http://archive.apache.org/dist/incubator/vcl/apache-VCL-2.2-incubating.tar.bz2.sha1)
 ]
-[ 
[MD5](http://archive.apache.org/dist/incubator/vcl/apache-VCL-2.2-incubating.tar.bz2.md5)
 ]
-(released 2010-10-05)
-* <a 
href="[location]?Preferred=http://archive.apache.org/dist/&action=download&filename=%2Fincubator%2Fvcl%2Fapache-VCL-2.1-incubating.tar.bz2";>apache-VCL-2.1-incubating.tar.bz2</a>
-[ 
[GPG](http://archive.apache.org/dist/incubator/vcl/apache-VCL-2.1-incubating.tar.bz2.asc)
 ]
-[ 
[SHA1](http://archive.apache.org/dist/incubator/vcl/apache-VCL-2.1-incubating.tar.bz2.sha1)
 ]
-[ 
[MD5](http://archive.apache.org/dist/incubator/vcl/apache-VCL-2.1-incubating.tar.bz2.md5)
 ]
-(released 2009-12-04)
+* apache-VCL-2.3.1.tar.bz2 (released 2012-12-20)
+* apache-VCL-2.3.tar.bz2 (released 2012-07-20)
+* apache-VCL-2.2.1-incubating.tar.bz2 (released 2011-04-08)
+* apache-VCL-2.2-incubating.tar.bz2 (released 2010-10-05)
+* apache-VCL-2.1-incubating.tar.bz2 (released 2009-12-04)
 
 ## Mirror
 The currently selected mirror is **[preferred]**. If you encounter a problem 
with this 
@@ -93,16 +86,16 @@ could be added to the downloads from the
 downloaded release files, you ensure they have not been tainted.
 
 Run the following command to verify the MD5 sum. It should give output similar 
to 
-"apache-VCL-2.3.1.tar.bz2: OK":
+"apache-VCL-2.3.2.tar.bz2: OK":
 
     :::Text
-    md5sum -c apache-VCL-2.3.1.tar.bz2.md5
+    md5sum -c apache-VCL-2.3.2.tar.bz2.md5
 
 Similarly, run the following command to verify the SHA1 sum. You should get 
output 
-similar to "apache-VCL-2.3.1.tar.bz2: OK":</p>
+similar to "apache-VCL-2.3.2.tar.bz2: OK":</p>
 
     :::Text
-    sha1sum -c apache-VCL-2.3.1.tar.bz2.sha1
+    sha1sum -c apache-VCL-2.3.2.tar.bz2.sha1
 
 To verify the GPG signature (you'll need to have 
[GnuPG](http://www.gnupg.org/) installed):
 
@@ -117,17 +110,18 @@ releases, you do not need to import it a
 1. from the directory containing both the release file and the GPG signature, 
run
 
         :::Text
-        gpg --verify apache-VCL-2.3.1.tar.bz2.asc
+        gpg --verify apache-VCL-2.3.2.tar.bz2.asc
 
 ## Installation
 For new installs, visit the on-line installation guide:
 
 Latest Version:
 
-* [Apache VCL 2.3.1 Installation 
Guide](http://vcl.apache.org/docs/VCL231InstallGuide.html)
+* [Apache VCL 2.3.2 Installation 
Guide](http://vcl.apache.org/docs/VCL232InstallGuide.html)
 
 Previous Versions:
 
+* [Apache VCL 2.3.1 Installation 
Guide](http://vcl.apache.org/docs/VCL231InstallGuide.html)
 * [Apache VCL 2.3 Installation 
Guide](http://vcl.apache.org/docs/VCL23Installation.html)
 * [Apache VCL 2.2.1 Installation 
Guide](http://cwiki.apache.org/confluence/display/VCL/VCL+2.3+Installation)
 * [Apache VCL 2.2 Installation 
Guide](http://cwiki.apache.org/confluence/display/VCL/VCL+2.3+Installation)
@@ -139,17 +133,37 @@ For upgrades, visit the on-line upgrade 
 
 Upgrade to latest version:
 
+* [upgrade 2.3.1 to 
2.3.2](http://vcl.apache.org/docs/UpgradePreviousVersions/UpgradeFrom2.3.1to2.3.2.html)
+* [upgrade 2.3 to 
2.3.2](http://vcl.apache.org/docs/UpgradePreviousVersions/UpgradeFrom2.3to2.3.2.html)
+* [upgrade 2.2.1 to 
2.3.2](http://vcl.apache.org/docs/UpgradePreviousVersions/UpgradeFrom2.2.1to2.3.2.html)
+* [upgrade 2.2 to 
2.3.2](http://vcl.apache.org/docs/UpgradePreviousVersions/UpgradeFrom2.2to2.3.2.html)
+
+Upgrade to 2.2.2 (latest 2.2 series):
+
+* [upgrade 2.2.1 to 
2.2.2](http://vcl.apache.org/docs/UpgradePreviousVersions/UpgradeFrom2.2.1to2.2.2.html)
+* [upgrade 2.2 to 
2.2.2](http://vcl.apache.org/docs/UpgradePreviousVersions/UpgradeFrom2.2to2.2.2.html)
+
+Upgrade really old versions to older versions:
+
+to 2.3.1
+
 * [upgrade 2.3 to 
2.3.1](http://vcl.apache.org/docs/UpgradePreviousVersions/UpgradeFrom2.3to2.3.1.html)
 * [upgrade 2.2.1 to 
2.3.1](http://vcl.apache.org/docs/UpgradePreviousVersions/UpgradeFrom2.2.1to2.3.1.html)
 * [upgrade 2.2 to 
2.3.1](http://vcl.apache.org/docs/UpgradePreviousVersions/UpgradeFrom2.2to2.3.1.html)
 
-Upgrade really old versions to older versions:
+to 2.3
 
 * [upgrade 2.2.1 to 
2.3](http://vcl.staging.apache.org/docs/UpgradePreviousVersions/UpgradeFrom2.2.1to2.3)
 * [upgrade 2.2 to 
2.3](http://vcl.staging.apache.org/docs/UpgradePreviousVersions/UpgradeFrom2.2to2.3)
 * [upgrade 2.1 to 
2.3](http://cwiki.apache.org/confluence/display/VCL/Upgrade+From+Previous+Version+%282.1+to+2.3%29)
+
+to 2.2.1
+
 * [upgrade 2.2 to 
2.2.1](http://cwiki.apache.org/confluence/display/VCL/Upgrade+From+Previous+Version+%282.2+to+2.2.1%29)
 * [upgrade 2.1 to 
2.2.1](http://cwiki.apache.org/confluence/display/VCL/Upgrade+From+Previous+Version+%282.1+to+2.2.1%29)
+
+to 2.2
+
 * [upgrade 2.1 to 
2.2](http://cwiki.apache.org/confluence/display/VCL/Upgrade+From+Previous+Version)
 
 ## Release Notes


Reply via email to