Getting Started
Get perpetua.sh up and running in minutes.
Prerequisites
- Docker and Docker Compose
- A server or local machine to host the application
Installation
- Clone the repository:
git clone https://github.com/DanielKillenberger/perpetua.git
cd perpetua
- Copy the example environment file:
cp .env.example .env
- Start the services:
docker compose up -d
- Open the dashboard at
http://localhost:3000.
Next steps
- Configuration — Customize your deployment