Open alex1yaremchuk opened 1 month ago
@alex1yaremchuk try running lando --clear
and see if the recipes show up...could just be the cache hasn't been filled for some reason.
Other possibility is that you installed the "slim" version of Lando, which has no plugins included, but that should only happen if you passed special options into the install script. You could try running lando setup
just to make sure.
Hi! thank you for the response!
Above didn't help, but I have a guess - Is my mistake actually in trying to run Lando in windows directory rather than WSL2 directory?
EDIT: as it seems to proceed forward under wsl may I squeeze in another question - how do I prepare live site archive for lando (i'd prefer not to use additional wp plugins)? is it an archive of a full root dir insluding docroot directory as subitem?
I'm using ubuntu system, Hello when i'm start lando then sowing this error how to fix this " ✔ Container landoproxyhyperion5000gandalfedition_proxy_1 Started 16.7s ERROR ==> You cannot assign url localhost/ to more than one service! ERROR ==> Cannot set properties of undefined (setting 'hasCerts') [+] Running 2/2 ✔ Container uksetest_appserver_nginx_1 Removed 0.1s ✔ Container uksetest_node_1 Started 2.7s [+] Running 1/1 ✔ Container uksetest_appserver_1 Started 0.7s curl: (28) Failed to connect to github.com port 443: Connection timed out ERROR ==> "
@alex1yaremchuk Lando will need your full codebase (ideally you can just git clone
that into the root directory of your Lando project), then if you export the database of your project and import using the lando db-import
command available in the WordPress recipe, you should be good!
@Pranshusingh24 can you paste your Landofile?
Recipes = none for my new Windows 11 lando installation (v3.21.2)
Installed lando with standard pwsh script.
Am I missing something?