Skip to content

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

License

Notifications You must be signed in to change notification settings

blauerberg/gitpod-drupal

Repository files navigation

gitpod-drupal

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

Drupal version Quick start link
Drupal 10.2.x Drupal 9.5.x
Drupal 9.5.x Drupal 9.5.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 vscode settings so you can start debugging from Debug > Start Debugging(F5) on the vscode.

License

MIT

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages