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.
Release files for redturtle.catalogmount 0.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| redturtle.catalogmount-0.0.3.tar.gz | 9.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| redturtle.catalogmount-0.0.3-py2.4.egg | Legacy Egg format | - | - | Details |
Total release size: 16.2 kB
Release files / redturtle.catalogmount-0.0.3.tar.gz
| Download URL | redturtle.catalogmount-0.0.3.tar.gz |
|---|---|
| Size | 9.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1d159cd0b1978e0dc5d5fbd8a54fc09c2baaab832f3903f48c3126a6e9ab8f41
|
|
BLAKE2b-256 checksum How to use checksums |
2a03c0197eb4a29a4853556aaef740cc2c79d312f9f42408a6aeee32f518f32d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / redturtle.catalogmount-0.0.3-py2.4.egg
| Download URL | redturtle.catalogmount-0.0.3-py2.4.egg |
|---|---|
| Size | 6.7 kB |
| Tags | Egg |
|
SHA-256 checksum How to use checksums |
cbd58ec8a31db6cdfe72b88e0d9cbc6da3e27339772090719cbe767e90ec5f68
|
|
BLAKE2b-256 checksum How to use checksums |
bff60968d78dc4591fed8eea84cb31f6be26f1b2268d3fdce34359890176a4b7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |