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.yml
to 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, [email protected], Pacific Climate Impacts Consortium
- Rod Glover, [email protected], Pacific Climate Impacts Consortium