v0.1.0
geoCML v0.1.0 is now available!
What's new in geoCML v0.1.0
geoCML v0.1.0 features several micro-services which allow you to effortlessly deploy an enterprise GIS.
- geocml-desktop allows you to access your data via an XFCE Ubuntu virtualized environment using QGIS.
- geocml-postgres stores your data in a PostGIS enabled database.
- geocml-server allows you to access your data via QGIS Server's API or via a frontend web application with geoCML Portal.
- geocml-task-scheduler (gTS) allows to you automate tedious data management processes using a simple to use asynchronous task scheduler. gTS comes with a single task in this release for backing up your data from geocml-postgres.
Read more about geoCML v0.1.0 on our documentation site: https://geocml.github.io/docs/
What's Changed
- Install and configure Postgres by @TristanDamron in #6
- Slim down container image by @TristanDamron in #14
- Fixed Unnecessary install of markupsafe in Dockerfile by @Ahmad-Mukhtar in #28
- Create a build agent for CI/CD by @TristanDamron in #34
- Rm artifacts from devResources/ by @TristanDamron in #37
- Remove lingering Ansible install after build by @TristanDamron in #29
- Back up and restore Postgres data when container stops by @TristanDamron in #18
- Add license by @capsulecorplab in #36
- Big Refactor by @TristanDamron in #43
- Add wallpaper by @TristanDamron in #44
- Add geocml-server service by @TristanDamron in #48
- Install evince to geocml-desktop by @TristanDamron in #49
- Explicitly set build context by @TristanDamron in #52
- Autogenerate Django secret when system goes online by @TristanDamron in #53
- Bug fix DBBackups by @TristanDamron in #58
- Rm PGAdmin by @TristanDamron in #60
- Update CI to support microservice architecture by @capsulecorplab in #61
- Force v22.04 for VNC base image + update folder permissions by @TristanDamron in #65
- Add .gitkeep to DBBackups by @TristanDamron in #67
New Contributors
- @TristanDamron made their first contribution in #6
- @Ahmad-Mukhtar made their first contribution in #28
- @capsulecorplab made their first contribution in #36
Full Changelog: https://github.com/geoCML/geocml-base-deployment/commits/v0.1.0