The supplied local development environment is dependent on Lando, and therefore on Docker. Lando provides WordPress, WP-CLI, xdebug, mailhog, phpmyadmin, etc.
The documentation about installing Lando has OS-specific instructions for installing Docker.
- Install Lando
- Start server
lando start
- Go to https://caldera.lndo.site and dismiss the HTTPS warning.
- Setup path mappings.
- In preferences, find PHP servers.
- Add appserver.
- Map
/wordpressto/app/wordpress - Map
/php-packagesto/app/php-packages - Map
/wordpress/index.phpto/app/wordpress/index.php - Map
/mu-pluginsto/app/mu-plugins - Map
/mu-plugins/plugins/wordpress-plugin/wordpress-plugin.phpto/app/mu-plugins/plugins/wordpress-plugin/wordpress-plugin.php
- Turn on debug listening -- phone icon.
