ERNE Cache
Category: Applications
—
Other products by this author
Caching engine for the EDRN Resource Network Exchange.
Current release: ERNE Cache 0.0.2
Released 2007-08-28 — tested with Python 2.4, grid-product 3.0, web-grid 1.0, Plone 2.5
Bug fix (apostrophes in site names) and new feature (REST query status).
Experimental releases
There are no experimental releases available at the moment.
Project Description
- Project resources
The ERNE Caching Engine serves as a database-backed storage for ERNE specimen data. This enables the ERNE specimen search to work even if a site is down and to provide higher performance.
Installation
To install the ERNE Caching Engine:
- Extract the contents of the archive and place the ERNECache directory in the Zope instance's Products directory.
- Create a MySQL database erne owned by the user erne with password erne.data.
- Run the ERNECache/tables.sql through the MySQL client to initialize the database.
- Start the Zope server.
- Create a Plone site if one doesn't yet exist. Visit the site's "site setup", click "Add/Remove Products", check the box next to "ERNECache" and click Install.

