Docker

Lando configuration for Search API Solr with the Umami profile

Submitted by christophe on Mon, 03/09/2018 - 21:42
A walkthrough to join the dots between two posts about setting up Lando for DrupalĀ and Solr for Drupal with Search API, and also a good opportunity to cover all the stepsĀ to spin up an evaluation or development environment for this setup. Lando comes with the great benefit for a team to share the server configuration alongside the project, so we have a predictable environment to deploy in production and do not add configuration maintenance overhead on the team, especially in the case of more advanced setup like Solr, Varnish, decoupled setup, ...

Drupal and Docker the easy way with Lando

Submitted by christophe on Mon, 05/03/2018 - 18:22
Ever thought about spinning up a Drupal 7 or 8 dev environment that is close to your production setup in minutes (Apache or Nginx, PHP 5.6 or 7.1, MySQL or Postgres, or ...)? Even better, you will be able to share the configuration with your team straight on your Git repository as a YAML file. Lando provides development environments (LAMP, LEMP, MEAN, ...) and other recipes for Drupal 6 to 8, Laravel, Backdrop, ... .

Drupal 8 with Docker CE and Docksal on MacOSX

Submitted by christophe on Sat, 18/11/2017 - 14:56
We will cover here two options to get started with Docker for Drupal: the Docker Community Edition, then a more straightforward way with Docksal. Let's have a look at the underlying stack by starting with the bare minimum Docker setup to have a Drupal 8 site running before switching to Docksal.