Install Docker
Docker is the only dependency required to run WordPressify. It packages the WordPress environment, database, and build tools into containers so everything works the same on any OS.
Download Docker Desktop
Choose your operating system and install Docker Desktop.
Verify Installation
After installing, confirm the Docker daemon is running:
docker infoThis is the same check WordPressify runs before executing any Docker command. If it prints server information, you are ready to go. If it fails, open Docker Desktop and wait for it to finish starting; if the command is not found at all, restart your terminal or check the troubleshooting page.
Next: Install WordPressify
Install WordPressify via npm or from the repository.