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

Improve install docs #61

Open
cgmonroe opened this issue Oct 11, 2024 · 0 comments
Open

Improve install docs #61

cgmonroe opened this issue Oct 11, 2024 · 0 comments

Comments

@cgmonroe
Copy link

cgmonroe commented Oct 11, 2024

It is common practice for security minded organization, e.g. US gov, to not allow normal users to do sudo but instead have an admin account you need to su into to run things needed sudo.

Currently, if you try doing su {admin}, then running the standard install. Thing go bad quickly. Especially if you have used the old lando and have Docker linked to your normal account.

The solution for this situation seems to be:

  • dl the install script (per advanced install)
  • run the 'bash setup-lando.sh --no-setup' command as the admin user that can do sudo.
  • run 'lando setup' as the normal user.

This was found after a lot of blood sweat and tears!

Please document this common use case. This might also be applicable to shared dev machines. E.g. admin installs lando base code. Individuals run lando setup as needed.

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

No branches or pull requests

1 participant