mirror of
https://github.com/edumeet/edumeet.git
synced 2026-01-23 10:36:11 +00:00
475 B
475 B
Running the development environment
Installing docker-compose:
sudo curl -L "https://github.com/docker/compose/releases/download/1.28.4/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
chmod +x /usr/local/bin/docker-compose
Starting:
docker-compose up --build -d
docker-compose logs -f edumeet
Accessing endpoints:
- Edumeet: https://127.0.0.1:4443/
- Prometheus: http://127.0.0.1:9090/
- Grafana: http://127.0.0.1:9091/