Skip to main content

System Requirements

  • OS: Linux, macOS, or Windows (WSL2)
  • RAM: 2GB minimum, 4GB recommended
  • Storage: 1GB for application + database storage

Install Dependencies

This starts:
  • PostgreSQL (port 5432)
  • MinIO (port 9000)
  • Redis (port 6379)

Manual Setup

PostgreSQL

MinIO

Redis (Optional)

Environment Configuration

Backend (.env)

Edit backend/.env:

Frontend (.env)

Edit wryft-web/.env:

Verify Installation

Troubleshooting

Change ports in .env files or stop conflicting services
Verify PostgreSQL is running: pg_isready
Update Rust: rustup update

Next Steps

Quickstart

Start the application