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/05 19:27:01 UTC

svn commit: r1417568 - /vcl/branches/vcl-2.3-bugfixes/INSTALLATION

Author: fapeeler
Date: Wed Dec  5 18:27:00 2012
New Revision: 1417568

URL: http://svn.apache.org/viewvc?rev=1417568&view=rev
Log:
Updates to Installation file for the 2.3.1 install


Modified:
    vcl/branches/vcl-2.3-bugfixes/INSTALLATION

Modified: vcl/branches/vcl-2.3-bugfixes/INSTALLATION
URL: http://svn.apache.org/viewvc/vcl/branches/vcl-2.3-bugfixes/INSTALLATION?rev=1417568&r1=1417567&r2=1417568&view=diff
==============================================================================
--- vcl/branches/vcl-2.3-bugfixes/INSTALLATION (original)
+++ vcl/branches/vcl-2.3-bugfixes/INSTALLATION Wed Dec  5 18:27:00 2012
@@ -1,4 +1,4 @@
-Installing VCL 2.3
+Installing VCL 2.3.1
 
 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 http://www.apache.org/dist/vcl/apache-VCL-2.3.tar.bz2
+         wget http://www.apache.org/dist/vcl/apache-VCL-2.3.1.tar.bz2
 
       b. Extract the files: 
 
-         tar -jxvf apache-VCL-2.3.tar.bz2
+         tar -jxvf apache-VCL-2.3.1.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/mysql/vcl.sql
+         mysql vcl < apache-VCL-2.3.1/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 has been downloaded
+      * Apache VCL 2.3.1 has been downloaded
       * VCL database has been installed and configured
 
    Web Server:
@@ -117,10 +117,10 @@ II. Install & Configure the Web Componen
          components can be installed with: 
 
          For RHEL / CentOS 5
-         yum install httpd mod_ssl php-gd php-mcrypt php-mysql php-xml php-xmlrpc php-ldap -y 
+         yum install httpd mod_ssl php php-gd php-mcrypt php-mysql php-xml php-xmlrpc php-ldap -y 
 
          For RHEL / CentOS 6
-         yum install httpd mod_ssl php-gd php-mcrypt php-mysql php-xml php-xmlrpc php-ldap php-process -y 
+         yum install httpd mod_ssl php php-gd php-mcrypt php-mysql php-xml php-xmlrpc php-ldap php-process -y 
 
          Note: You may need the optional server rpm repository for the
          php-process package to add this run the following command:
@@ -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/web/ /var/www/html/vcl
+         cp -r apache-VCL-2.3.1/web/ /var/www/html/vcl
          cd /var/www/html/vcl/.ht-inc 
 
       b. Copy secrets-default.php to secrets.php: 
@@ -255,7 +255,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 phpMyAdmin Installation & Configuration
+            VCL 2.3.1 phpMyAdmin Installation & Configuration
             http://cwiki.apache.org/VCL/vcl-23-phpmyadmin-installation-configuration.html
 
       Further steps if using only VMWare
@@ -662,7 +662,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/managementnode /usr/local/vcl 
+         cp -r apache-VCL-2.3.1/managementnode /usr/local/vcl 
 
    2. Install the Required Linux Packages & Perl Modules
       Run the install_perl_libs.pl script: