Skip to content

Instantly share code, notes, and snippets.

View dgading's full-sized avatar

Daniel Gading dgading

View GitHub Profile
@dgading
dgading / lando_notes.md
Last active April 27, 2018 16:02
Lando Notes

Lando Guide

Lando is built upon Docker, but downloading Lando will also install Docker and Docker Compose locally as well.
Homebrew is the easiest way to keep it updated.

brew cask install lando

After installing, each project will need a .lando.yml file which holds the config for the particular site.

WordPress

To use Lando and WordPress you will need a copy of WordPress, a database, files directory, and a theme. The database will need to be copied into the root directory of the project.

alert('hello world');