Installation
This guide covers different ways to install and run FIREla.Option 1: Docker (Recommended)
The easiest way to run FIREla is with Docker.Requirements
- Docker 20.10+
- Docker Compose 2.0+
- 2GB RAM minimum
- 10GB disk space
Option 2: From Source
For developers who want to contribute or customize.Requirements
- Node.js 18+
- PostgreSQL 14+
- Redis 7+
Configuration
Create a.env file based on .env.example:
Verify Installation
Visithttp://localhost:3000/health to verify the installation.
Need help? Open an issue on GitHub.