Getting Started
Quick Start
Get up and running with Enferno
Prerequisites
- Python 3.11+
- Redis (for caching and sessions)
- PostgreSQL (optional, SQLite works for development)
- Git
- uv (fast Python package installer and resolver)
Local Setup
- Install uv:
- Clone and setup:
- Initialize application:
Visit http://localhost:5000
to see your application.
Docker Setup
One-command setup with Docker:
Includes:
- Redis for caching and sessions
- PostgreSQL database
- Nginx for static files
- Celery for background tasks
Environment Configuration
Key variables in .env
:
Next Steps
- Authentication - User management and OAuth setup
- Deployment - Production deployment guide
- Development - Development guidelines and best practices