-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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.
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:
- Post installation tasks (from the Drupal Env parent project):
- Configuring the environment
Required software:
- https://getcomposer.org/ (Version 2 installed locally)
- https://lando.dev/download/ (Must be using the latest)
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: