Skip to content

Commit

Permalink
HOTFIX: use protocol/origin from window (#346)
Browse files Browse the repository at this point in the history
* Add notes about support and contributing to the README.md

* Use protocol and origin from window

* Bunp www docker tag to 1.3.1
  • Loading branch information
LukeParky authored Jan 22, 2025
1 parent 851a980 commit 9ddc874
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ Blank fields to fill in include fields such as `CESIUM_ACCESS_TOKEN` and `POSTGR
1. Monitor progress by checking the logs using `docker compose logs -f celery_worker`.
1. The API is available by default on <http://localhost:5000>. Visit <https://geospatialresearch.github.io/Digital-Twins/api> for API documentation.

## Contributing
If you are interested in contributing to this project, please see [our contributing page here](CONTRIBUTING.md).

## Support
If you run into an issue, bug, or need help with the software, please consider opening an issue or discussion, this will be the best way to reach us.


## Setup for FReDT project software developers
[Visit our wiki](https://github.com/GeospatialResearch/Digital-Twins/wiki/) for some instructions on how to set up your development machine to work with on the FReDT project.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ services:

www:
# Webserver for the website interface
image: lparkinson/www-flood-resilience-dt:1.3
image: lparkinson/www-flood-resilience-dt:1.3.1
build:
context: .
dockerfile: visualisation/Dockerfile
Expand Down
14 changes: 7 additions & 7 deletions visualisation/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion visualisation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"axios": "^0.21.4",
"bootstrap-vue": "^2.22.0",
"core-js": "^3.6.5",
"geo-visualisation-components": "0.0.9-alpha-dt",
"geo-visualisation-components": "0.0.10-alpha-dt",
"vue": "^2.6.11",
"vue-router": "^3.6.0"
},
Expand Down

0 comments on commit 9ddc874

Please sign in to comment.