Skip to content
kcann-iqgeo edited this page Jan 15, 2026 · 15 revisions

Welcome to the utils-project-template wiki!

Template repo for an IQGeo project/product/module

This template provides a starting point for creating a new IQGeo project/product/module. It includes the following:

  • Development environment
    • dev container definitions
    • VSCode tasks, settings and recommended extensions.
  • Deployment configuration
    • container image definitions optimised for deployment
    • example docker-compose and instructions to build and run deployment docker containers
    • Kubernetes Helm deployment guides

Contents

Deployment Guide

This guide describes the steps common to all deployments. It also explains how to build Docker images and use Docker Compose for local development and testing.

Deployment Guide

Kubernetes Deployment Guides

For deploying the IQGeo Platform on Kubernetes:

Containers on Windows

For details on developing with containers on Windows, follow the instructions in the following document: Developing with Containers on Windows

Module dependencies

For details on module dependencies and versions, follow the instructions in the following document: Module dependencies

Module deployments

For details on modules with extra instructions, follow the documents below:

Additional Development Workflows

For details on additional development workflows, see the following document:

Clone this wiki locally