AI Assistant

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 Docker is running:

docker --version

You should see a version number like Docker version 27.x.x. If the command is not found, restart your terminal or check the troubleshooting page.

Next: Install WordPressify

Install WordPressify via npm or from the repository.