Note that the CI version of the tests is currently failing until this project goes through an upgrade cycle. Upgrade Github Issue
Web application for visualizing and downloading design value fields and tables.
- Installation
- Configuration
- Deployment for local development
- Deployment for production
- Testing
- Dev notes
For a summary of releases and changes, see NEWS.md.
To create a versioned release:
- Increment
__version__insetup.py - Summarize the changes from the last release in
NEWS.md - IMPORTANT: Update the image tag in
docker/production/docker-compose.ymlto the new version. - Commit these changes, tag the release, then push it all:
git add setup.py NEWS.md docker/production/docker-compose.yml
git commit -m"Bump to version x.x.x"
git tag -a -m"x.x.x" x.x.x
git push --follow-tags- Nic Annau, nannau@uvic.ca, Pacific Climate Impacts Consortium
- Rod Glover, rglover@uvic.ca, Pacific Climate Impacts Consortium