- Poetry
- GDAL and GEOS
- Docker
- Install python dependencies:
poetry install
- Create a
.env
file in the root directory with:
BASE_PATH=/path/to/your/assets
The path to your assets should matches that used when running the pipeline.
- Run the server:
poetry run uvicorn main:app --reload
- Follow their installation guide.
cd backend && fly deploy
To get files to the fly machine, run flyctl ssh sftp shell
then use the put {local_file_path} {vm_file_path}
command to upload files.