System Requirements
- OS: Linux, macOS, or Windows (WSL2)
- RAM: 2GB minimum, 4GB recommended
- Storage: 1GB for application + database storage
Install Dependencies
- macOS
- Ubuntu/Debian
- Windows (WSL2)
Docker Setup (Recommended)
- PostgreSQL (port 5432)
- MinIO (port 9000)
- Redis (port 6379)
Manual Setup
PostgreSQL
MinIO
Redis (Optional)
Environment Configuration
Backend (.env)
backend/.env:
Frontend (.env)
wryft-web/.env:
Verify Installation
Troubleshooting
Port already in use
Port already in use
Change ports in
.env files or stop conflicting servicesDatabase connection failed
Database connection failed
Verify PostgreSQL is running:
pg_isreadyRust compilation errors
Rust compilation errors
Update Rust:
rustup updateNext Steps
Quickstart
Start the application

