mirror of
https://github.com/a-mayb3/group_n_meet_deployment.git
synced 2026-05-24 21:27:11 +02:00
No description
| angular@7d162395bd | ||
| backend@2b353536ab | ||
| docs/diagrams | ||
| nginx | ||
| .gitignore | ||
| .gitmodules | ||
| COPYING | ||
| docker-compose.yml | ||
| LICENSE | ||
| README.md | ||
group_n_meet
This project and its submodules and components are distributed publicly under the AGPLv3.
- a-mayb3/group_n_meet_deployment (this repository)
- a-mayb3/group_n_meet_backend
- a-mayb3/group_n_meet_angular
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