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
Linux: Follow the Docker Installation Guide for your distribution.
macOS: Download and install Docker Desktop from Docker Desktop.
Verify Installation: After installation, check if Docker is running:
bashdocker --version
Installing Docker Compose
Linux: Install the Docker Compose from Overview of installing Docker Compose.
macOS: Docker Desktop includes Docker Compose, so no additional installation is required.
Verify Installation: After installation, check if Docker Compose is installed:
bashdocker compose --version
Installation
- 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
- Run Arcadeia:
bash
./start
- Open Arcadeia in your browser by navigating to: http://localhost/