Metadata-Version: 1.1
Name: edrndmcc.appserver
Version: 1.2.4
Summary: EDRN DMCC Application Server policy
Home-page: https://github.com/EDRN/edrndmcc.appserver
Author: Sean Kelly
Author-email: sean.kelly@jpl.nasa.gov
License: ALv2
Description: ******************
        edrndmcc.appserver
        ******************
        
        This is the policy product for edrndmcc.appserver.  It specifies and
        orchestrates the additional products needed to turn a Plone site into the
        Early Detection Research Network's Data Management and Coordinating Center's
        Application Server.
        
        
        edrndmcc.appserver Installation
        ===============================
        
        Use zc.buildout and the plone.recipe.zope2instance recipe to manage your
        project, and do the following:
        
        * Add ``edrndmcc.appserver`` to the list of eggs to install, e.g.::
        
            [buildout]
            ...
            eggs =
                ...
                edrndmcc.appserver
            
        * Re-run buildout, e.g. with::
        
            $ ./bin/buildout
            
        You don't need a ZCML slug because it uses z3c.autoinclude.plugin with the
        Plone target.
        
        
        Changelog
        =========
        
        
        1.2 4 — Upgrading
        -----------------
        
        • Added upgrade steps to install dependent add-ons when upgrading operational
          DMCCBackend/CancerDataExpo site.
        
        
        1.2.3 — Integrating
        -------------------
        
        • Integrated edrn.summarizer with edrn.rdf to server more than just rdf but
          also json data.
        
        
        1.2.2 — Packaging
        -----------------
        
        • Obey PyPI's new restrictions on package hosting, PEP-470.
        • Upgrade for Travis-CI container & caching mechanisms.
        
        
        1.2.1 — Pass the FLOSS
        ----------------------
        
        This release makes the tests pass on Plone 4.2.2.  It also makes it free, libre,
        open source software.
        
        
        1.2.0 — Fully Webbed
        --------------------
        
        This release starts over with a fresh set of staff photographs and the
        SOAP-based web-service calling edrn.rdf package.  It also automates the setup
        of most settings.
        
        
        1.1.0 — Upgrade Containerize
        ----------------------------
        
        This release makes edrndmcc.appserver compatible with:
        
        * Zope 2.13
        * Plone 4.1
        * plone.testing 4.0.2
        
        It also prepares the app server for decommissioning on ginger.fhcrc.org and
        relocating at the EDRN Informatics Center.
        
        
        1.0.0 — FCS
        -----------
        
        Official release ready-to-run.
        
        
        0.0.0 — Unreleased
        ------------------
        
        * Initial release
        
        
        
Keywords: web policy zope plone jpl nasa caltech edrn cancer detection appserver application server
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Intended Audience :: Healthcare Industry
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
