geoCML / geocml-base-deployment

Source code for a base geoCML deployment
https://geocml.com
GNU General Public License v2.0
1 stars 5 forks source link
ansible containerized-applications deployment-automation docker enterprise-gis gis

geoCML Base Deployment

Introduction

This repository hosts a base geoCML deployment. A base geoCML deployment consists of the following micro-services:

Each micro-service in this deployment can communicate over an internal network called geocml-network. Each micro-service can be customized to fit the needs of your use case.

Quick Deployment Guide

Get up and running with geoCML in under 15 minutes!

geoCML deployments are multi-paradigm, offering a desktop, server, and web GIS experience with a single deployment. You may host your geoCML instance locally or in the cloud, depending on your needs.

Before instantiating a geoCML deployment, you must have Docker (https://www.docker.com/) and Docker Compose (https://docs.docker.com/compose/install/) installed on the machine you want to host geoCML on. You do not need any additional GIS software installed on the host machine. Once you have satisfied these conditions, please follow the following steps to deploy your geoCML instance.

That's it! You can access geoCML Desktop via {deployment host URL}:10000 or geoCML Server Portal via {deployment host URL}:80 using a web browser. Further configuration steps for each of these services are discussed in later topics.

Using hosted geoCML images from GHCR

The geoCML development team hosts pre-built containers at our container registry on Github. These containers are a great way to demo geoCML, but please note that these services are not production ready, because they lack the required build arguments. If you want to use geoCML in production, please build your containers.

Please keep in mind that the GEOCML_DESKTOP_PASSWORD variable in the .env file must be set to access your deployment via geoCML Desktop.