Start up the sandbox instance for Drupal on gitpod.io.
Drupal version | Quick start link |
---|---|
Drupal 9.4.x | |
Drupal 9.3.x | |
Drupal 9.2.x | |
Drupal 9.1.x | |
Drupal 8.9.x |
This pod will automatically install Drupal and get you started right away. It also includes the following modules to help debugging and code reading:
This pod create an account below when initialized:
- username:
admin
- password:
{generate with a random string}
Please change password to following instructions after spin up your gitpod instance:
- open new terminal(
Ctrl+Shift+`
) on the gitpod.io - run
vendor/bin/drush upwd admin YOUR_FAVORITE_PASSWORD
Of cource, you can add extra contribute modules or packages with below instructions:
- open new terminal(
Ctrl+Shift+
`) on the gitpod.io - run
composer require foo/bar
This pod includes Xdebug extention and Theia settings so you can start debugging from Debug > Start Debugging(F5
) on the Theia.