Skip to content

Getting Started

Ensure all prerequisites are fulfilled before proceeding to the Installation step.

Prerequisites

Before you begin, ensure that Docker and Docker Compose are installed on your system.

Installing Docker

  1. Linux: Follow the Docker Installation Guide for your distribution.

  2. macOS: Download and install Docker Desktop from Docker Desktop.

  3. Verify Installation: After installation, check if Docker is running:

    bash
    docker --version

Installing Docker Compose

  1. Linux: Install the Docker Compose from Overview of installing Docker Compose.

  2. macOS: Docker Desktop includes Docker Compose, so no additional installation is required.

  3. Verify Installation: After installation, check if Docker Compose is installed:

    bash
    docker compose --version

Installation

  1. Download and unpack the latest release package from GitHub:
bash
mkdir arcadeia
cd arcadeia
wget https://github.com/travelonium/arcadeia/releases/latest/download/arcadeia.tar.gz
tar -xvzf arcadeia.tar.gz
rm arcadeia.tar.gz
chmod +x start stop restart logs exec
  1. Run Arcadeia:
bash
./start
  1. Open Arcadeia in your browser by navigating to: http://localhost/