DeployHQ Guide for ProcessWire
Guidehttps://www.deployhq.com/guides/processwire
This guide covers everything you need to deploy a ProcessWire site using DeployHQ, from server requirements … and hosting setup through to zero-downtime deployments and cache management. ## Hosting Requirements … memory limit** (512MB recommended for sites with image manipulation) - **SSH access** for DeployHQ to … If a module is not available via Composer, download it into `site/modules/ModuleName/` and add it to … to repo) $config->dbHost = 'localhost'; $config->dbName = 'processwire'; $config->dbUser = 'pw_user'
Updated 24th Feb 2026