Skip to content

karma-dharma/lando-vip-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lando VIP Boilerplate

This tool will download and set up a fresh copy of wordpress and the VIP site of your choice

Usage

git clone [email protected]:yikesinc/lando-vip-boilerplate.git site-name
cd site-name && code . # Opens directory in VS Code, change to match your editor

Open the .lando.yml file and edit the name property. Make sure the name is the same as the repo of the vip site.

For example, if the repo is wpvipcom/site-name, the name property should say site-name

Then go back to the terminal and execute the setup script:

./start

Requirements

  • Lando

Mac

brew cask install lando

Windows

Visit this page

What does it do?

  • Asks you to authenticate your ssh-key
  • Asks if the site is a multisite
  • Downloads WordPress
  • Downloads the VIP client's website files
  • Starts the docker server
  • Sets up the wp-config.php file
  • Runs wp core install or wp core multisite-install
  • Downloads the VIP Go mu-plugins
  • Cleans up, leaving NO TRACE OF ITS EXISTENCE

Whatever you put as the name property in the .lando.yml file will be both username and password

About

Lando-based "new site setup" script for VIP Go sites

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages