Creating a new Wordpress x Lando Project

If you'd like to skip setup, you can always clone our kalapress pro as a starting point.

Get started configuring Wordpress with Lando.

Note: the command in the getting started with Lando guide assumes you are at the root of your project. Create a directory and initialize git first. You will also need a .gitignore.

Setting up a Wordpress x Lando Project Locally

For the most part, setting up a local wordpress instance with lando is as easy as cloning and running lando start.

Downloading a Database

Oftentimes, pulling a database for your local lando install is important. This can be as easy as running lando pull on select project but this isn't always an option.

Deployments

The deployment process for our installs can be found here in the Wiki.