Linux development environment

Body

It is generally recommended to use a Docker-based solution, such as DDEV or Lando, for local Drupal development rather than manual installation of a LAMP stack.

How to set up a Drupal development environment on Linux.

Local installation of a LAMP stack is done with your preferred package manager.

Guidance is based on Ubuntu. Installation using other flavors of Linux is similar, but the syntax of the package manager and the version numbers of the packages may vary.

 
Knowledge Category