Author: jfthomps
Date: Fri Feb 22 21:45:56 2013
New Revision: 1449231
URL: http://svn.apache.org/r1449231
Log:
updated for 2.3.2
Modified:
vcl/branches/vcl-2.3-bugfixes/INSTALLATION
vcl/branches/vcl-2.3-bugfixes/RELEASE_NOTES
vcl/branches/vcl-2.3-bugfixes/UPGRADE
Modified: vcl/branches/vcl-2.3-bugfixes/INSTALLATION
URL:
http://svn.apache.org/viewvc/vcl/branches/vcl-2.3-bugfixes/INSTALLATION?rev=1449231&r1=1449230&r2=1449231&view=diff
==============================================================================
--- vcl/branches/vcl-2.3-bugfixes/INSTALLATION (original)
+++ vcl/branches/vcl-2.3-bugfixes/INSTALLATION Fri Feb 22 21:45:56 2013
@@ -1,4 +1,4 @@
-Installing VCL 2.3.1
+Installing VCL 2.3.2
Install & Configure:
I. Database
@@ -13,11 +13,11 @@ I. Install & Configure the Database
a. If you have not already done so, download and the Apache VCL source to
the database server:
- wget --trust-server-names
http://vcl.apache.org/downloads/download.cgi?action=download&filename=%2Fvcl%2Fapache-VCL-2.3.1.tar.bz2
+ wget --trust-server-names
http://vcl.apache.org/downloads/download.cgi?action=download&filename=%2Fvcl%2Fapache-VCL-2.3.2.tar.bz2
b. Extract the files:
- tar -jxvf apache-VCL-2.3.1.tar.bz2
+ tar -jxvf apache-VCL-2.3.2.tar.bz2
2. Install MySQL Server
a. Install MySQL Server 5.x:
@@ -74,7 +74,7 @@ I. Install & Configure the Database
e. Import the vcl.sql file into the database:
- mysql vcl < apache-VCL-2.3.1/mysql/vcl.sql
+ mysql vcl < apache-VCL-2.3.2/mysql/vcl.sql
The vcl.sql file is included in the mysql directory within the Apache
VCL source code
@@ -86,7 +86,7 @@ II. Install & Configure the Web Componen
Prerequisites:
The following instructions assume these tasks have previously been
completed:
- * Apache VCL 2.3.1 has been downloaded
+ * Apache VCL 2.3.2 has been downloaded
* VCL database has been installed and configured
Web Server:
@@ -153,7 +153,7 @@ II. Install & Configure the Web Componen
a. Copy the web directory to a location under the web root of your web
server and navigate to the destination .ht-inc subdirectory:
- 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
b. Copy secrets-default.php to secrets.php:
@@ -256,7 +256,7 @@ II. Install & Configure the Web Componen
easier. This tool can be installed on the VCL web server. To install
phpMyAdmin, follow the instructions on:
- VCL 2.3.1 phpMyAdmin Installation & Configuration
+ VCL 2.3.2 phpMyAdmin Installation & Configuration
http://vcl.apache.org/docs/installphpmyadmin.html
Further steps if using only VMWare
@@ -664,7 +664,7 @@ III. Install & Configure the Management
Copy the managementnode directory to the location where you want it to
reside (typically /usr/local):
- 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
Run the install_perl_libs.pl script:
Modified: vcl/branches/vcl-2.3-bugfixes/RELEASE_NOTES
URL:
http://svn.apache.org/viewvc/vcl/branches/vcl-2.3-bugfixes/RELEASE_NOTES?rev=1449231&r1=1449230&r2=1449231&view=diff
==============================================================================
--- vcl/branches/vcl-2.3-bugfixes/RELEASE_NOTES (original)
+++ vcl/branches/vcl-2.3-bugfixes/RELEASE_NOTES Fri Feb 22 21:45:56 2013
@@ -1,4 +1,4 @@
-VCL 2.3.1
+VCL 2.3.2
I. Intro and Description
@@ -21,7 +21,7 @@ servers in a server farm or HPC cluster.
II. VCL Roadmap
-VCL 2.3.1 (this release)
+VCL 2.3.2 (this release)
* Bug fixes
VCL 2.4
Modified: vcl/branches/vcl-2.3-bugfixes/UPGRADE
URL:
http://svn.apache.org/viewvc/vcl/branches/vcl-2.3-bugfixes/UPGRADE?rev=1449231&r1=1449230&r2=1449231&view=diff
==============================================================================
--- vcl/branches/vcl-2.3-bugfixes/UPGRADE (original)
+++ vcl/branches/vcl-2.3-bugfixes/UPGRADE Fri Feb 22 21:45:56 2013
@@ -1,6 +1,6 @@
This file explains how to upgrade an existing install of Apache VCL
-to Apache VCL 2.3.1. It assumed that you extracted the release archive
-to /root/apache-VCL-2.3.1
+to Apache VCL 2.3.2. It assumed that you extracted the release archive
+to /root/apache-VCL-2.3.2
The basic steps that will be performed:
@@ -24,13 +24,13 @@ The basic steps that will be performed:
We will create a backup of the vcl database. This will provide a restore point
if necessary.
- mysqldump vcl > ~/vcl-pre2.3.1-upgrade.sql
+ mysqldump vcl > ~/vcl-pre2.3.2-upgrade.sql
-3. Update mysql schema
+3. Update mysql schema (can be skipped if upgrading from 2.3.1)
This step updates the mysql schema.
- cd /root/apache-VCL-2.3.1
+ cd /root/apache-VCL-2.3.2
mysql vcl < mysql/update-vcl.sql
One item of note: In 2.3 a new resource group is added in update-vcl.sql -
@@ -42,7 +42,8 @@ in the privilege tree, scroll to Resourc
administer, manageGroup, and manageMapping, and click "Submit New Resource
Group".
-4. FOR UPGRADING from 2.2 ONLY (skip to step 5 if upgrading from 2.2.1 or 2.3)
+4. FOR UPGRADING from 2.2 ONLY (skip to step 5 if upgrading from 2.2.1, 2.3,
+ or 2.3.1)
Grant CREATE TEMPORARY TABLES to mysql user
@@ -74,16 +75,16 @@ vcl web code at /var/www/html/vcl. If yo
a. move your old code out of the way
cd /var/www/html
- mv vcl ~/vcl-pre2.3.1_web
+ mv vcl ~/vcl-pre2.3.2_web
b. copy the new code in place
- cd /root/apache-VCL-2.3.1
+ cd /root/apache-VCL-2.3.2
cp -r web /var/www/html/vcl
c. copy your config files from the previous version:
- cd ~/vcl-pre2.3.1_web/.ht-inc
+ cd ~/vcl-pre2.3.2_web/.ht-inc
cp conf.php secrets.php pubkey.pem keys.pem /var/www/html/vcl/.ht-inc
d. make /var/www/html/vcl/.ht-inc/maintenance writable by
@@ -209,12 +210,12 @@ you've added.
cd <your vcl MN code root path>
ie. cd /usr/local/
- cp -r vcl ~/vcl-pre2.3.1_managementnode
+ cp -r vcl ~/vcl-pre2.3.2_managementnode
- b. Copy in the 2.3.1 code base to /usr/local, copying in should preserve any
+ b. Copy in the 2.3.2 code base to /usr/local, copying in should preserve any
drivers or other files you've added.
- /bin/cp -r /root/apache-VCL-2.3.1/managementnode/* /usr/local/vcl
+ /bin/cp -r /root/apache-VCL-2.3.2/managementnode/* /usr/local/vcl
c. Run install_perl_libs.pl to update the perl dependencies (this will take
a few minutes.)