Run this shell script and have a WordPress site up in seconds.
- Lando - Instructions
git clone [email protected]:jpowersdev/lando-wp-boilerplate my-site
cd my-site && ./setup
- Downloads latest version of WordPress
- Spins up container including PhpMyAdmin and Mailhog
- Creates
wp-config.php
- Installs WordPress with reasonable defaults
- Site name pulled from
.lando.yml
admin
andpassword
because it's local
- Site name pulled from
- Deletes setup script and git files, leaving you with a clean project
Must be done before running the start
script
- Change the
name
property in.lando.yml
for each new project to avoid collisions. - Change the variables passed to
wp core install
in thewp-import
tooling to change credentials.