Skip to content

The PCIC Data Portal - Server software to run the entire web application

License

Notifications You must be signed in to change notification settings

pacificclimate/pdp

Repository files navigation

Docker Publishing Node CI Python CI

pdp - PCIC Data Portal

The PCIC Data Portal contains the frontend code required for the PCIC Data Portal as well as WSGI callables to deploy the entire application within a WSGI container.

Documentation

Changelog

To see the latest changes, vist our NEWS.md page.

Releasing

To create a versioned release:

  1. Increment __version__ in setup.py

  2. Summarize the changes from the last release in NEWS.md

  3. Commit these changes, then tag the release:

    git add setup.py NEWS.md
    git commit -m"Bump to version x.x.x"
    git tag -a -m"x.x.x" x.x.x
    git push --follow-tags

Related Projects

Repo Description
pdp_util A package supplying numerous apps for running PCIC's data server.
pdp-docker Defines some common base images used in the PDP project.