1. Get Lando

Run our convenience script one-liner to get started.

Or check out the docs to customize your install.

# Paste our convenience script into a terminal and execute
/bin/bash -c "$(curl -fsSL https://get.lando.dev/setup-lando.sh)"

2. Spin Up Your First App

Try spinning up a basic Hello World! app before spinning up more complex apps or trying any of our myriad recipes.

# Create a new directory for this example and enter it
mkdir hello && cd hello

# And add a nice homepage
echo "<h1>Hellooo what have we here?</h1>" > index.html

# Initialize a basic LAMP stack using the cwd as the source
lando init --source cwd --recipe lamp --webroot . --name hello-lando

# Start it up
lando start

3. Get Set Up For Success!

We'll send you a welcome email with all you need to know to get the most out of Lando.

This will also include things like code examples, helpful development and support resources, project updates and a monthly digest of helpful Lando blog posts.