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.
To see the latest changes, vist our NEWS.md page.
To create a versioned release:
-
Increment
__version__insetup.py -
Summarize the changes from the last release in
NEWS.md -
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
| 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. |