A Drupal installation in Gitpod, using MySQL. Can be used as a reference to show how to develop Drupal inside gitpod.
Drupal installed with official composer create-project drupal/recommended-project my_site_name_dir from https://www.drupal.org/docs/develop/using-composer/using-composer-to-install-drupal-and-manage-dependencies
Use uli or ulipreview to get a login link or to open Drupal logged in in the preview area of Theia.
Once Drupal is installed you will be presented with a login link!
- Suitable for site development and contrib development
- Latest Drupal 9 stable version
- Composer 2
- Drush 10 with Drush Launcher
- PHP 7.4
- MySQL 8
- Adminer
- Created by Bill Seremetis (bserem)
- Inspired by https://github.com/rakeshf/drupal_gitpod