Skip to content

Verbatim mirror of the git.drupal.org repository for Drupal core. Please see the https://github.com/drupal/drupal#contributing. PRs are not accepted on GitHub.

Notifications You must be signed in to change notification settings

lando/drupal-dev-environment

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drupal Dev Environments

The fastest way to spin up Drupal development environments, powered by Lando.

⚠️ Gitpod and Codespaces deployment methods are still works-in-progress.

Deploying

Gitpod

Open in Gitpod

GitHub Codespaces

  1. Make sure you have Codespaces enabled for your user/org.
  2. Click the green "Code" button in the GitHub interface above and create a new Codespaces environment.

On Your Computer

  1. Make sure you have Lando installed.
  2. Clone this repo.
  3. Run lando start within the cloned directory.
  4. After your application has started, run lando composer require drush/drush && lando composer install

Using with an Existing Project

This repo is forked from the official Drupal upstream to give you the most up-to-date Drupal install possible. If you have an existing Drupal project and would like to deploy it using this configuration, copy the following files/directories to your install:

  • .lando.yml
  • .codespaces
  • .gitpod.yml

If you aren't running Drupal 9, edit the .lando.yml file to reflect the appropriate version of Drupal.

About

Verbatim mirror of the git.drupal.org repository for Drupal core. Please see the https://github.com/drupal/drupal#contributing. PRs are not accepted on GitHub.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 86.4%
  • JavaScript 4.9%
  • CSS 4.6%
  • Twig 3.8%
  • Shell 0.2%
  • HTML 0.1%