Skip to content

Instantly share code, notes, and snippets.

@gustavom
Last active October 10, 2023 15:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save gustavom/0eacabe12b4f987d5aefa29225a69a12 to your computer and use it in GitHub Desktop.
Save gustavom/0eacabe12b4f987d5aefa29225a69a12 to your computer and use it in GitHub Desktop.
Lando - install on windows 10 and wsl 2

Lando on Windows Home Edition and WSL 2

Config your windows in order

1 - windows 10 home edition - insider preview Beta Channel 2 - wsl 2 - ubuntu 18.04 3 - Docker Desktop for windows with wsl integration

Installing Lando on Ubuntu

Run on terminal:

wget https://files.devwithlando.io/lando-stable.deb

And next:

sudo dpkg -i lando-stable.deb
  • If lando error about missing docker-ce dependencie, run this:
sudo dpkg -i --ignore-depends=docker-ce lando-stable.deb
@gustavom
Copy link
Author

If drush commands has permission error:

On drupal project folder

rm -rf vendor/
lando composer install

@Mirak1982
Copy link

sudo dpkg -i --ignore-depends=docker-ce lando-x64-stable.deb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment