Skip to content
SPONSORS

Getting Started

Requirements

Before you get started with this recipe we assume that you have:

  1. Installed Lando and gotten familiar with its basics
  2. Initialized a Landofile for your codebase for use with this recipe
  3. Read about the various services, tooling, events and routing Lando offers.
  4. Temporarily stopped (pygmy stop) the Pygmy tool to avoid any port conflicts

Quick Start

You can also run the following commands to try out this recipe on one of your Lagoon sites.

bash
# Clone a site from a lagoon instance
lando init --source lagoon

# Start it up
lando start

# Pull down files and database
lando pull --database main --files main

# List information about this apps services.
lando info