Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/blauerberg/gitpod-drupal

Start up the sandbox instance for Drupal on gitpod.io.
https://github.com/blauerberg/gitpod-drupal

drupal drupal-9 drupal8 gitpod

Last synced: 25 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# gitpod-drupal
Start up the sandbox instance for Drupal on [gitpod.io](https://gitpod.io/).

|Drupal version|Quick start link|
|-|-|
|Drupal 10.2.x|[![Drupal 9.5.x](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#DRUPAL_CORE_VERSION=10.2.x/https://github.com/blauerberg/gitpod-drupal)|
|Drupal 9.5.x|[![Drupal 9.5.x](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#DRUPAL_CORE_VERSION=9.5.x/https://github.com/blauerberg/gitpod-drupal)|

## 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:

- [Drush](https://www.drupal.org/project/drush)
- [Devel](https://www.drupal.org/project/devel)
- [Coder](https://www.drupal.org/project/coder)
- [Web Profiler](https://www.drupal.org/project/webprofiler)
- [Twig Debugger](https://www.drupal.org/project/twig_debugger)
- [Admin Toolbar](https://www.drupal.org/project/admin_toolbar)

## 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](LICENSE)