Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recipes = none for my new Windows 11 lando installation (v3.21.2) #83

Open
alex1yaremchuk opened this issue Oct 9, 2024 · 4 comments
Open

Comments

@alex1yaremchuk
Copy link

Recipes = none for my new Windows 11 lando installation (v3.21.2)

Installed lando with standard pwsh script.

Am I missing something?

@rtfm-47 rtfm-47 transferred this issue from lando/lando Oct 9, 2024
@reynoldsalec
Copy link
Member

@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.

@alex1yaremchuk
Copy link
Author

alex1yaremchuk commented Oct 10, 2024

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?

@Pranshusingh24
Copy link

Pranshusingh24 commented Oct 10, 2024

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 ==> "

@reynoldsalec
Copy link
Member

@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?

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

No branches or pull requests

4 participants