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: 11 months ago
JSON representation
Start up the sandbox instance for Drupal on gitpod.io.
- Host: GitHub
- URL: https://github.com/blauerberg/gitpod-drupal
- Owner: blauerberg
- License: mit
- Created: 2020-12-01T10:05:59.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-28T10:53:56.000Z (about 2 years ago)
- Last Synced: 2025-03-27T13:11:36.359Z (12 months ago)
- Topics: drupal, drupal-9, drupal8, gitpod
- Language: Shell
- Homepage:
- Size: 102 KB
- Stars: 1
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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|[](https://gitpod.io/#DRUPAL_CORE_VERSION=10.2.x/https://github.com/blauerberg/gitpod-drupal)|
|Drupal 9.5.x|[](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)