Run this shell script and have a WordPress site up in seconds.
- Lando - Instructions
git clone git@github.com: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 adminandpasswordbecause 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
nameproperty in.lando.ymlfor each new project to avoid collisions. - Change the variables passed to
wp core installin thewp-importtooling to change credentials.