-
Notifications
You must be signed in to change notification settings - Fork 6
Getting started
dkettner edited this page Sep 13, 2023
·
11 revisions
- Before starting the installation, make sure that you have Docker with Docker Compose installed on your hosting machine.
- It is recommended that you already know how to use Docker.
- You also should be able to use a terminal and perform basic tasks like navigating.
- Download docker-compose.yaml from the latest release.
- CHANGE THE PASSWORDS in the downloaded compose file.
- Open a terminal and navigate to the file.
- Start the Ticketing System by running:
docker compose up -d - After a few seconds the Ticketing System will be reachable in your browser: http://localhost:10000