-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Welcome to the utils-project-template wiki!
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
- Deployment Guide
- Kubernetes Deployment Guides
- Containers on Windows
- Module dependencies
- Module deployments
- Additional Development Workflows
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.
For deploying the IQGeo Platform on Kubernetes:
- Kubernetes Deployment Guide - Main deployment guide with configuration and CLI deployment
- Minikube Setup for Testing - Local testing and development setup
- Rancher UI Deployment Guide - Web-based deployment using Rancher interface
For details on developing with containers on Windows, follow the instructions in the following document: Developing with Containers on Windows
For details on module dependencies and versions, follow the instructions in the following document: Module dependencies
For details on modules with extra instructions, follow the documents below:
For details on additional development workflows, see the following document: