๐ Quick Start Install โ
Install AdventureLog in seconds using our automated script.
๐งช One-Liner Install โ
bash
curl -sSL https://get.adventurelog.app | bash
This will:
- Check dependencies (Docker, Docker Compose)
- Set up project directory
- Download required files
- Prompt for basic configuration (like domain name)
- Start AdventureLog with Docker Compose
โ Requirements โ
- Docker + Docker Compose
- Linux server or VPS
- Optional: Domain name for HTTPS
๐ What It Does โ
The script automatically:
- Verifies Docker is installed and running
- Downloads
docker-compose.yml
and.env
- Prompts you for domain and port settings
- Waits for services to start
- Prints success info with next steps
๐งผ Uninstall โ
To remove everything:
bash
cd adventurelog
docker compose down -v
rm -rf adventurelog
Need more control? Explore other install options like Docker, Proxmox, Synology NAS, and more.