Author: fapeeler
Date: Mon Oct 15 15:03:26 2012
New Revision: 1398321

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

Modified:
    
vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.2.1to2.3.mdtext

Modified: 
vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.2.1to2.3.mdtext
URL: 
http://svn.apache.org/viewvc/vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.2.1to2.3.mdtext?rev=1398321&r1=1398320&r2=1398321&view=diff
==============================================================================
--- 
vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.2.1to2.3.mdtext
 (original)
+++ 
vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.2.1to2.3.mdtext
 Mon Oct 15 15:03:26 2012
@@ -39,27 +39,27 @@ This page provides information on how to
 
 # Shutdown services #
 
-Shutdown the httpd and vcld services
+3. Shutdown the httpd and vcld services
 
            
-    :::BashLexer
-    service httpd stop or /etc/init.d/httpd stop
-    service vcld stop or /etc/init.d/vcld stop
+        :::BashLexer
+        service httpd stop or /etc/init.d/httpd stop
+        service vcld stop or /etc/init.d/vcld stop
 
 # Create a backup of vcl database #
 
-We will create a backup of the vcl database. This will provide a restore point 
if necessary.
+4. We will create a backup of the vcl database. This will provide a restore 
point if necessary.
 
-    :::BashLexer
-    mysqldump vcl > ~/vcl-pre2.3-upgrade.sql
+        :::BashLexer
+        mysqldump vcl > ~/vcl-pre2.3-upgrade.sql
 
 # Update mysql schema #
 
-This step updates the mysql schema.
+5. This step updates the mysql schema.
 
-    :::BashLexer
-    cd /root/apache-VCL-2.3
-    mysql vcl < mysql/update-vcl.sql
+        :::BashLexer
+        cd /root/apache-VCL-2.3
+        mysql vcl < mysql/update-vcl.sql
 
 **Note**: A new resource group is added in update-vcl.sql - **all profiles**. 
Access to manage the group is added to the VCL->admin node in the privilege 
tree if that node exists. If not, you will need to add it manually after 
starting httpd again. To add it manually, pick a node in the privilege tree, 
scroll to Resources, click Add Resource Group, select serverprofile/all 
profiles from the drop-down box, check available, administer, manageGroup, and 
manageMapping, and click Submit New Resource Group.
 
@@ -67,19 +67,19 @@ This step updates the mysql schema.
 
 This step we will move the 2.2.1 web directory out of the way, so we can copy 
in the new web code base. After copying in the new code, we will migrate your 
configuration changes. These instructions assume that you installed the vcl web 
code at /var/www/html/vcl. If you installed it elsewhere, replace 
/var/www/html/vcl with your vcl web root.
 
-1. move your old code out of the way
+6. move your old code out of the way
        
-    :::BashLexer
-    cd /var/www/html
-    mv vcl ~/vcl_2.2.1_web
+        :::BashLexer
+        cd /var/www/html
+        mv vcl ~/vcl_2.2.1_web
 
-2. copy the new code in place
+7. copy the new code in place
        
-    :::BashLexer
-    cd /root/apache-VCL-2.3
-    cp -r web /var/www/html/vcl
+        :::BashLexer
+        cd /root/apache-VCL-2.3
+        cp -r web /var/www/html/vcl
 
-3. copy your 2.2.1 config files
+8. copy your 2.2.1 config files
        
     :::BashLexer
     cd ~/vcl_2.2.1_web/.ht-inc


Reply via email to