Skip to content
Matt Poole edited this page Aug 15, 2024 · 15 revisions

Use the navigation on the right to learn more about the environment. Sections will be labeled either:

  • Shared: These are commands that effect the environment for all. These are things that will cause code changes that will be committed.
  • Personal: These are commands that only effect ones own machine.

Installation (Shared)

This project is just one module in the parent project, Drupal Env. Installation steps can be found in the wiki. Please follow it's installation steps to continue. It should guide you through the steps of allowing you to choose this project as a local environment.

More information:

Starting the environment (Personal)

Required software:

Running this command will get you started immediately composer install && ./robo.sh lando:init

That is only required the first time. Afterwards you will use: ./composer.sh instead of composer and starting Lando is the same as any other Lando project: lando start.

More information:

Clone this wiki locally