Skip to content

Commit

Permalink
Added readme for webapp.
Browse files Browse the repository at this point in the history
  • Loading branch information
pantierra committed Jan 13, 2025
1 parent 90ee99e commit 149b7fc
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions webapp/README.md
Original file line number Diff line number Diff line change
@@ -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`

0 comments on commit 149b7fc

Please sign in to comment.