Getting Started

Get perpetua.sh up and running in minutes.

Prerequisites

Installation

  1. Clone the repository:
git clone https://github.com/DanielKillenberger/perpetua.git
cd perpetua
  1. Copy the example environment file:
cp .env.example .env
  1. Start the services:
docker compose up -d
  1. Open the dashboard at http://localhost:3000.

Next steps