This repository contains the source code for Vereinskalender.
To start the project, you'll need to have Docker installed on your machine. Here's how:
- Docker: Make sure you have Docker and Docker Compose installed and running on your machine.
- Alternatively, you can use Docker Desktop on Windows and Mac.
- Create a folder where you want to store the project
- Create a
docker-compose.yaml
file with the content fromdocker-compose.yaml
or download it
wget https://raw.githubusercontent.com/TINF23B6/Vereinskalender/main/docker-compose.yaml
- Start the project using Docker Compose:
docker compose up -d
This will start the project in detached mode, which means it will run in the background and not take up a terminal window.
Once the project is running, you can access it by visiting https://localhost:8443
(or the port number specified in your docker-compose.yaml
file) in your web browser (Optional, phpMyAdmin at http://localhost:8090
).
To stop the project, run:
docker compose down
This will stop the project and remove the containers.
- Clone this repository
- Navigate into the project directory:
cd Vereinskalender
- Build the project using Docker Compose:
docker compose build
This will download and install all the necessary dependencies for your projet.
- Start the project using Docker Compose:
docker compose up -d
This will start the project in detached mode, which means it will run in the background and not take up a terminal window.
Once the project is running, you can access it by visiting https://localhost:8443
(or the port number specified in your docker-compose.yaml
file) in your web browser (Optional, phpMyAdmin at http://localhost:8090
).
To stop the project, run:
docker compose down
This will stop the project and remove the containers.
The default login credentials for the calender are:
Username:admin
Password:admin