Skip to content

Getting started

dkettner edited this page Sep 13, 2023 · 11 revisions

Requirements

  • 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.

Quickstart Guide

  1. Download docker-compose.yaml from the latest release.
  2. CHANGE THE PASSWORDS in the downloaded compose file.
  3. Open a terminal and navigate to the file.
  4. Start the Ticketing System by running: docker compose up -d
  5. After a few seconds the Ticketing System will be reachable in your browser: http://localhost:10000

Clone this wiki locally