Skip to content
Chris Gilligan edited this page May 10, 2023 · 2 revisions

Welcome to the utctiny wiki!

Onboarding

Lando: an open source, cross-platform, local development environment and DevOps tool built on Docker container technology.

  • https://lando.dev/download/
    • Follow the installation recommendations for your OS and CPU architecture
    • after install, run lando version to verify you have installed v3.x.x
    • from your project directory, run lando start

Lando will read .lando.yml, download docker containers for app and database servers, set up a proxy server, and provide you with some links to the web app server. Visiting one of those links will result in a useful error message that asks you to visit readme.html:

Clone this wiki locally