vodc.solr is a Plone product that provides a user interface from the VODC website (powered by Plone) to the SOLR backend which has indexed all the oceanographic data.
It was developed by the Jet Propulsion Laboratory (JPL).
Installation
Use Buildout with the plone.recipe.zope2instance recipe.
Add vodc.solr to the list of eggs to install, e.g.:
[buildout]
...
eggs =
...
vodc.solr
Re-run buildout, e.g. with:
./bin/buildout
You don't need to specify a ZCML slug because this package uses an automatic inclusion mechanism.
Product's homepage
Requirements:
· Python
· Plone CMS
What's New in This Release: [ read full changelog ]
· This release makes vodc.solr compatible with Plone 4 and marks an official release as a Python egg.