diff --git a/webapp/README.md b/webapp/README.md new file mode 100644 index 0000000..8c267b2 --- /dev/null +++ b/webapp/README.md @@ -0,0 +1,18 @@ +# GFTS webapp + +The webapp for this project is being developed in its own repository: [github.com/developmentseed/gfts](https://github.com/developmentseed/gfts). + +Here, we will document how to deploy the webapp. + +## Container + +The webapp can be run in a container. The Dockerfile is in the `webapp/deploy` directory of the repository. + +## Deployment + +### Infrastructure + +As a requirement for the webapp, we need a kubernetes cluster. Then the webapp consists in two parts to: + +- terraform/tofu resources for a static floating IP address in `gfts-track-reconstruction/jupyterhub/tofu` +- helm charts for a configured kubernetes cluster `webapp/deploy/helm`