Skip to main content

Drupal

Create script

Gesso includes a setup script for drupal. The script is based off drupal-recommended and includes:

  • Lagoon config
    • .lagoon: containing necessary docker images for running drupal.
    • .lagoon.yml: containing the lagoon configurations
    • drush/: containing some drush alias configurations for lagoon.
  • Lando config
    • .lando.yml: using the lagoon recipe this allows your local instance to mirror that of staging or production.
  • Gitlab CI template
    • .gitlab-ci.yml: following Acro standard template

This is used for setting up a fresh drupal install that is ready for gitlab ci and to be hosted in lagoon environments

Upcoming features

  • Gesso Recipes: With gesso recipes we will be eliminating the manual steps of configuring drupal for gesso. Allowing projects to get up and running even quicker.