1
0
Fork 0
mirror of https://github.com/a-mayb3/group_n_meet_deployment.git synced 2026-05-24 21:27:11 +02:00
No description
Find a file
2026-05-23 20:53:25 +02:00
angular@7d162395bd weird minor fix typo 2026-05-23 14:43:53 +02:00
backend@2b353536ab Homogenized project repo's dockerfile filenames 2026-05-22 19:43:21 +02:00
docs/diagrams 'Imported' docs/ from group_n_meet_backend 2026-03-16 17:07:00 +01:00
nginx Adapted root_paths for prod envs 2026-05-22 19:32:07 +02:00
.gitignore added .postgresql/ to .gitignore 2026-03-16 12:35:05 +00:00
.gitmodules starting wiring up services in a single docker compose package 2026-05-22 18:30:38 +02:00
COPYING Added COPYING file 2026-05-23 20:53:25 +02:00
docker-compose.yml Added gemini keyparams to docker-compose (school requirement) 2026-05-22 20:43:25 +02:00
LICENSE Initial commit 2026-03-16 12:24:31 +01:00
README.md changes on angular submodule 2026-05-23 13:24:51 +02:00

group_n_meet

This project and its submodules and components are distributed publicly under the AGPLv3.

Important

These repositories will eventually be migrated on https://git.vollex.cc/. Everything else left here will be marked as a Public Archive.

How to run

Note

This project is meant to be run on Linux but can be run under other OS with Docker support (like MSWin or MACOS).

On Linux/*nix:

Requirements

  • git / GitHub CLI / GitHub Desktop
  • docker / docker engine / docker desktop
  • docker compose / docker-compose

Steps

1. Clone the repo
git clone --depth=1 git@github.com:a-mayb3/group_n_meet_deployment.git group_n_meet
cd group_n_meet

or using GitHub CLI

gh repo clone a-mayb3/group_n_meet_deployment ./group_n_meet -- --depth=1
cd group_n_meet
2. Get the submodules
git submodule update --init --recursive
3. Run
docker compose up -d # or docker-compose up -d