Main repository of geoweb
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-09-08 22:42:47 +02:00
.gitignore feat: WIP added a lot of features for soon deployment of the full docker system 2026-09-07 18:03:08 +02:00
compose.yml feat: added message broker to compose, and fixed Makefile 2026-09-08 22:42:47 +02:00
Makefile feat: added message broker to compose, and fixed Makefile 2026-09-08 22:42:47 +02:00
README.md feat: Enhanced the Makefile so i thandles automatically gitignore. And simplified the way to add services. Also changed the compose to isolate networks and wrote a small readme 2026-08-18 10:47:21 +02:00
services.mk feat: WIP added a lot of features for soon deployment of the full docker system 2026-09-07 18:03:08 +02:00

This is the central repo for the Terranaut project

Building and starting

make init
make dev

Delete cloned repos

make clean

Reclone git repos

make reclone

Adding a new service

Add the name of your service's repository in the services.mk file.