Author: fapeeler
Date: Mon Oct 15 15:14:56 2012
New Revision: 1398328
URL: http://svn.apache.org/viewvc?rev=1398328&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=1398328&r1=1398327&r2=1398328&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:14:56 2012
@@ -49,18 +49,15 @@ This page provides information on how to
:::BashLexer
mysqldump vcl > ~/vcl-pre2.3-upgrade.sql
-5. This step updates the mysql schema.
+5. This step **updates the mysql schema**. *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.
:::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.
-
6. Update the web code. 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.
-
:::BashLexer
cd /var/www/html
mv vcl ~/vcl_2.2.1_web
@@ -77,24 +74,19 @@ This page provides information on how to
cd ~/vcl_2.2.1_web/.ht-inc
cp conf.php secrets.php pubkey.pem keys.pem /var/www/html/vcl/.ht-inc
-9. Make the maintenance directory writable by the web server user. You will
need to know what user httpd runs as on your server. This can be found with
+9. Make the maintenance directory writable by the web server user. Normally
this is the apache user, if using a different user change below cmd
accordingly.
:::BashLexer
- ps aux | grep httpd
-
-Look at the first column. One process will be owned by root. The remaining
processes will be owned by the web server user. Now, own
/var/www/html/vcl/.ht-inc/maintenance to that user (replacing 'apache' with
your web server user if different):
-
- :::BashLexer
chown apache /var/www/html/vcl/.ht-inc/maintenance
-5. Make some changes to conf.php:
+10. Make changes to conf.php:
a. A new user group permission that controls who can manage block
allocations globally or for a specific affiliation has been added. It can be
granted to any user group under Privileges->Additional User Permissions->Manage
Block Allocations. Users with this permission are notified of new block
allocation requests. Remove
:::BashLexer
$blockNotifyUsers
- rom conf.php.
+ from conf.php.
b. A new user group permission that controls who can look up users
globally or for a specific affiliation has been added. It can be granted to any
user group under Privileges->Additional User Permissions->User Lookup. Users
with this permission can look up information about other users. Remove