Skip to content

pedrorvidal/lando-wp-boilerplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Lando WordPress Boilerplate

Run this shell script and have a WordPress site up in seconds.

Requirements

Usage

git clone git@github.com:jpowersdev/lando-wp-boilerplate my-site
cd my-site && ./setup

What it Does

  • 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 and password because it's local
  • Deletes setup script and git files, leaving you with a clean project

Customizing

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 the wp-import tooling to change credentials.

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%