Small package which helps mount portal_catalog to separate ZODB.
Project description
Overview
Small package which helps mount portal_catalog in separate ZODB. Install threw portal_quickinstaler.
This small package unpickles your existing portal_catalog and creates new mounting point in the new storage.
Instalation
Add redturtle.catalogmount to the list of eggs to install, e.g.:
[buildout] ... eggs = ... redturtle.catalogmount
Add new storage for your zeo, e.g.:
[zeoserver] recipe = plone.recipe.zope2zeoserver ... zeo-conf-additional = <filestorage 2> path ${buildout:directory}/var/filestorage/CatalogData.fs </filestorage>
And new mount-point for zeoclient, e.g.:
[zeo-instance1] ... zope-conf-additional = <zodb_db catalog> mount-point /plone/portal_catalog container-class Products.CMFPlone.CatalogTool.CatalogTool <zeoclient> server ${zeoserver:zeo-address} storage 2 name catalogstorage var ${buildout:parts-directory}/instance1/var cache-size 400MB </zeoclient> </zodb_db>
where /plone/portal_catalog is the path to your portal_catalog.
Re-run buildout, e.g. with:
$ ./bin/buildout
Changelog
0.0.3 - 04/03/2009
fix problem with zcml
0.0.2 - 03/03/2009
fix small problems with using PloneQueueCatalog
0.0.1 - 02/03/2009
dev release.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for redturtle.catalogmount-0.0.3.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1d159cd0b1978e0dc5d5fbd8a54fc09c2baaab832f3903f48c3126a6e9ab8f41 |
|
MD5 | b265a124ebaafb4d9cc95dc98b883bdd |
|
BLAKE2b-256 | 2a03c0197eb4a29a4853556aaef740cc2c79d312f9f42408a6aeee32f518f32d |
Close
Hashes for redturtle.catalogmount-0.0.3-py2.4.egg
Algorithm | Hash digest | |
---|---|---|
SHA256 | cbd58ec8a31db6cdfe72b88e0d9cbc6da3e27339772090719cbe767e90ec5f68 |
|
MD5 | ba056ee1d5e32637c779ee05ae39b1d7 |
|
BLAKE2b-256 | bff60968d78dc4591fed8eea84cb31f6be26f1b2268d3fdce34359890176a4b7 |