Skip to main content

EDRN Public Portal Site Policy and Component Orchestration

Project description

This is the “policy” product for the public portal of the Early Detection Research Network (EDRN). This product, intended for Plone, specifies no custom content types or look-and-feel, but instead specifies minimum policy settings and orchestrates all other dependent components. So, to turn a Plone site into the EDRN public portal, just install this component.

It was developed by the Informatics Center (IC), operated by JPL.

Installation

Use Buildout with the plone.recipe.zope2instance recipe.

  • Add edrnsite.policy to the list of eggs to install, e.g.:

    [buildout]
    ...
    eggs =
        ...
        edrnsite.policy
  • Tell the plone.recipe.zope2instance recipe to install a ZCML slug:

    [instance]
    recipe = plone.recipe.zope2instance
    ...
    zcml =
        edrnsite.policy
  • Re-run buildout, e.g. with:

    % ./bin/buildout

You can skip the ZCML slug if you are going to explicitly include the package from another package’s configure.zcml file.

Changelog

What follows is a history of changes from release to release.

0.0.2 - Starting Content & Polish

This release includes a refresh cache of knowledge from the EDRN Catalog and Archive Service, the Biomarker Database, and the EDRN DMCC RDF Service. In addition, this release addresses the following issues:

0.0.0 - Unreleased

Initial release into beta.

Project details


Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page