Log in


Forgot your password?
 
+ Home Products ERNE Cache
Document Actions

ERNE Cache

RSS Feed 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).

List all releases… Full release announcement…

Experimental releases

There are no experimental releases available at the moment.

Project Description

ERNE Cache
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.

Requirements

The ERNE Caching Engine requires the following:

  1. Python 2.4
  2. Zope 2.9
  3. Plone 2.5
  4. MySQL

Installation

To install the ERNE Caching Engine:

  1. Extract the contents of the archive and place the ERNECache directory in the Zope instance's Products directory.
  2. Create a MySQL database erne owned by the user erne with password erne.data.
  3. Run the ERNECache/tables.sql through the MySQL client to initialize the database.
  4. Start the Zope server.
  5. 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.

Independent Review