Questions tagged [lando]

Lando is a free, open source, cross-platform, local development environment and DevOps tool built on Docker container technology.

Lando is a free, open source, cross-platform, local development environment and DevOps tool built on Docker container technology and developed by Tandem. Designed to work with most major languages, frameworks and services, Lando provides an easy way for developers of all types to specify simple or complex requirements for their projects, and then quickly get to work on them. Think of it as your local development's dependency management and automation tool. It can even be installed right beside an old Kalabox installation with no interference, or used as a complete upgrade-replacement.

87 questions
1
vote
0 answers

ERROR ==> EACCES: permission denied, scandir '/home/$User/.ssh'

after install lando and star first project I get this error and I cant use sudo !!! An error occurred while starting up your app! Here are a few things you can try to get back into a good state: ■ Try running lando rebuild ■ Try restarting in debug…
bhza
  • 11
  • 2
1
vote
0 answers

How do I get Lando to compile the SASS to CSS when I save the SASS file on Windows 10?

I am using Lando to spin up an instance of a WordPress site on a Windows 10 machine. My Mac counterparts tell me that, when they save a a change to a SASS file, Lando (using Gulp) automatically compiles the SASS to the necessary CSS. This doesn't…
1
vote
3 answers

Fresh Pantheon Drupal Install not working on Local

I've cloned a fresh Drupal install from Pantheon and I'm attempting to run it on my local machine. I've used Lando to clone a repo and pull the relevant files, db, and code. I attempt Lando Start and when accessing my site I get the following…
bren
  • 83
  • 2
  • 6
1
vote
0 answers

lando gets its mysql database docker service killed with no error

I have a lando service for my WordPress development. It's mainly a LAMP that uses a mariaDB container for the database. After starting the lando app, and at random intervals 5 minutes, an hour, the docker mariaDB container gets killed and I can't…
Miquel Adell
  • 1,132
  • 3
  • 11
  • 24
1
vote
1 answer

Xdebug not working in CLI and Lando environment

I'm trying to setup CLI Xdebug in the Lando environment. It works flawlessly from the web, but I can't manage to make it working from CLI to debug tests and scripts. Here is my .lando.yml file: name: develop recipe: wordpress proxy: …
Sergiy Zaharchenko
  • 1,490
  • 1
  • 12
  • 11
1
vote
1 answer

VSCode + Lando: Xdebug doesn't stop

I'm trying to setup Xdebug with Lando (v. 3.0.24) with VSCode without success. I've already read official guide plus other on internet, and different topics with problem similar to mine but alas I couldn't get it working. My lando file, which is…
Giuseppe
  • 379
  • 4
  • 13
1
vote
1 answer

Drupal Install Fails with Lando BLT

Background & Setup I am trying to spin up local development environment from drupal using this Lando BLT Tutorial to do a proof of concpet/simple setup to see how it works and I encounter the following error. I am currently using the…
B. Cratty
  • 1,725
  • 1
  • 17
  • 32
1
vote
0 answers

Cannot connect to a database created from LANDO "Access denied for user 'lamp'@'%' to database 'lando_test_cli'"

i am having an issue while trying to connect a database that I created in LANDO. There is my list of databases in LANDO : +--------------------+ | Database | +--------------------+ | information_schema | | lamp | |…
ElCarraco
  • 51
  • 4
1
vote
0 answers

How can I connect with localhost DB using lando

How can I connect with my localhost DB instead of the lando created DB? Any help appreciated.
visabhishek
  • 113
  • 2
  • 11
1
vote
1 answer

Unable to get Xdebug working with Lando and VSCode. Connects and stops immediately

I have been through every post I can find on this subject but I can not find a solution. So instead of pulling my hair out more, I'll post a question. I have a Lando install (running Drupal 8, but I'm testing on a simple phpinfo() script) with…
Joe S
  • 11
  • 2
1
vote
1 answer

Execute PHPUnit Testcases from PHPStorm using Lando

I've successfully configured the PHPStorm with the Docker containers served by Lando. Still, when I'm trying to execute the test, for instance, the core/modules/system/tests/src/Functional/System/HtaccessTest.php it's throwing me the following…
Rishi Kulshreshtha
  • 1,748
  • 1
  • 24
  • 35
1
vote
1 answer

I can't configure lando with xdebug

I am trying to setup Xdebug with a Lando Drupal site. I have tried a lot of different lando configurations but no matter what I do I can't get xdebug to show up in my phpinfo. The current configuration I have is: name: content-engine-1 recipe:…
1
vote
1 answer

Autoloaded php code not updating after edits inside of Lando environment

The crux of the issue is that I edit a code file and the change does not take effect until after I rebuild my entire environment. Weird thing is that I haven't been having this issue for months of development so far. I just decided to dust off this…
1
vote
0 answers

Lando (docker) always redirect to the same port

Every application after creation redirect to the same port. Here is my problem: I use Lando and every application after creation redirects to the same port. F.e. Docker creates app with url http://localhost:32786, but after opening it in browser it…
1
vote
1 answer

How do I stop this error from returning after running Lando start or rebuild on a drupal template project

I get this error everytime I run lando start or lando rebuild on a project I've installed from a drupal 8 template. I've redone composer create project, composer install, lando destroy, lando rebuild etc. None have worked. I've also checked to see…
zeros-ones
  • 11
  • 3