Skip to content

Start up the sandbox instance for Drupal on gitpod.io.

License

Notifications You must be signed in to change notification settings

se-ppi-fs/gitpod-drupal

This branch is 5 commits behind blauerberg/gitpod-drupal:main.

Folders and files

NameName
Last commit message
Last commit date
Dec 3, 2020
Feb 15, 2022
Dec 1, 2020
Dec 1, 2020
Dec 1, 2020
Jan 12, 2022
Sep 1, 2021
Dec 1, 2020
Oct 2, 2022
Jan 26, 2022

Repository files navigation

gitpod-drupal

Start up the sandbox instance for Drupal on gitpod.io.

Drupal version Quick start link
Drupal 9.4.x Drupal 9.4.x
Drupal 9.3.x Drupal 9.3.x
Drupal 9.2.x Drupal 9.2.x
Drupal 9.1.x Drupal 9.1.x
Drupal 8.9.x Drupal 8.9.x

How to installation

This pod will automatically install Drupal and get you started right away. It also includes the following modules to help debugging and code reading:

How to login

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

How to add some modules

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

How to use xdebug

This pod includes Xdebug extention and Theia settings so you can start debugging from Debug > Start Debugging(F5) on the Theia.

License

MIT

About

Start up the sandbox instance for Drupal on gitpod.io.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%