Skip to main content

International Planetary Data Alliance Site Policy and Component Orchestration

Project description

This is the “policy” product for the Plone-based site of the International Planetary Data Alliance (IPDA). Its job is to orchestrate the dependencies and configure them in order to transform an ordinary Plone site into the IPDA site.

It was developed by the Planetary Data System (PDS).

Installation

Use Buildout with the plone.recipe.zope2instance recipe.

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

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

    [instance]
    recipe = plone.recipe.zope2instance
    ...
    zcml =
        ipdasite.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

2.0.1 - Service Registry

This release adds the IPDA Service Registry ipdasite.services.

2.0.0 - Plone 4

This release of the IPDA Site Policy brings about Plone 4 compatibility.

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