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/10 18:57:13 UTC

svn commit: r1419610 - /vcl/site/trunk/content/docs/VCL231InstallGuide.mdtext

Author: fapeeler
Date: Mon Dec 10 17:57:12 2012
New Revision: 1419610

URL: http://svn.apache.org/viewvc?rev=1419610&view=rev
Log:
CMS commit to vcl by fapeeler

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

Modified: vcl/site/trunk/content/docs/VCL231InstallGuide.mdtext
URL: http://svn.apache.org/viewvc/vcl/site/trunk/content/docs/VCL231InstallGuide.mdtext?rev=1419610&r1=1419609&r2=1419610&view=diff
==============================================================================
--- vcl/site/trunk/content/docs/VCL231InstallGuide.mdtext (original)
+++ vcl/site/trunk/content/docs/VCL231InstallGuide.mdtext Mon Dec 10 17:57:12 2012
@@ -71,20 +71,16 @@ VCL currently supports the use of mysql 
     * 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/mysql/vcl.sql
-
-    * If you want to use libvirt provisioning for KVM, you need to add one entry to the database that was left out of the release.
-
-            :::BashLexer
-            echo "INSERT IGNORE provisioningOSinstalltype (provisioningid, OSinstalltypeid) SELECT provisioning.id, OSinstalltype.id FROM provisioning, OSinstalltype WHERE provisioning.name = 'libvirt' AND OSinstalltype.name = 'vmware';" | mysql vcl
+            mysql vcl < apache-VCL-2.3.1/mysql/vcl.sql
 
+   
 ----------
 
 # Install and Configure the Web Components # {#web}
 
 **Prerequisites**
 
-  - Apache VCL 2.3 had been downloaded
+  - Apache VCL 2.3.1 had been downloaded
   - VCL database has been installed and configured
 
 **Web Server:**
@@ -152,13 +148,13 @@ VCL currently supports the use of mysql 
     * If you have not already done so, download and extract the source files on the web server:
 
             :::BashLexer
-            wget --trust-server-names 'http://vcl.apache.org/downloads/download.cgi?action=download&filename=%2Fvcl%2Fapache-VCL-2.3.tar.bz2'
-            tar -jxvf apache-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'
+            tar -jxvf apache-VCL-2.3.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.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
 
     * Copy secrets-default.php to secrets.php:
@@ -252,8 +248,8 @@ To install phpMyAdmin, follow the instru
 **Prerequisites**
 The following management node installation instructions assume the instructions on the following pages have previously been completed:
 
-    * VCL 2.3 Database Installation
-    * VCL 2.3 Web Code Installation
+    * VCL 2.3.1 Database Installation
+    * VCL 2.3.1 Web Code Installation
 
 **Supported Operating Systems:**
 
@@ -303,13 +299,13 @@ The VCL management node daemon (vcld) is
     * If you have not already done so, download and extract the source files on the web server:
 
             :::BashLexer
-            wget --trust-server-names 'http://vcl.apache.org/downloads/download.cgi?action=download&filename=%2Fvcl%2Fapache-VCL-2.3.tar.bz2'
-            tar -jxvf apache-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'
+            tar -jxvf apache-VCL-2.3.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.3/managementnode /usr/local/vcl
+            cp -r apache-VCL-2.3.1/managementnode /usr/local/vcl
 
 2. **Install the Required Linux Packages & Perl Modules**