stevector / drupal-dev-environment

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.

Home Page:https://drupal.org/project/drupal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://drupal.org/project/drupal


Languages

Language:PHP 86.5%Language:JavaScript 4.8%Language:CSS 4.6%Language:Twig 3.8%Language:Shell 0.2%Language:HTML 0.1%Language:Dockerfile 0.0%