Migrating to Rhaptos
Note: These instructions assume that you are following the convention of keeping our products in a subdirectory under your Products directory and using symlinks.
Go to your instances Products directory
cd /opt/instances/<foo>/Products
Checkout the new Rhaptos package:
svn co svn+ssh://software.cnx.rice.edu/Rhaptos/trunk Rhaptos
Remove the old symlinks
rm Risa* CatalogMemberDataTool CMFDiffTool CMFCollaboration CNXMLDocument CVSTool ExtZSQL FSImportTool LinkMapTool ZAnnot
Create symlinks to the new Rhaptos packages
find Rhaptos -type d -mindepth 1 -maxdepth 1 -name \* -exec ln -s \{\} \;If you have any unchecked in changes in your old RISA/ directory you will need to copy it over to the new Rhaptos checkout. If you have been working on a branch, you will need to update the individual Products to your branch and merge in the changes from trunk.
If you have any local-changes to CNXContent, CNXPloneSite, or FeatureArticle, back them up somewhere, and then remove them
rm -rf CNXContent CNXPloneSite FeatureArticle
Checkout the new connexions-specficic bundle
svn co svn+ssh://software.cnx.rice.edu/Bundles/connexions
Make new symlinks
find connexions -type d -mindepth 1 -maxdepth 1 -name \* -exec ln -s \{\} \;Test the installation by running the zope debugger
/opt/instances/<foo>/bin/zopectl debug
If it is successful, exit it and run the rhaptos migration script
/opt/instances/<foo>/bin/zopectl run RhaptosSite/Upgrades/up131_132.zctl
Now restart your running Zope instance
sudo /opt/instances/<foo>/bin/zopectl restart
Re: Migrating to Rhaptos
sudo /opt/instances/<foo>/bin/zopectl restart
not sudp, right?

ImportError: No module named AdvancedQuery
Does AdvancedQuery need to be added to the instructions?