Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gitpod-samples/template-php-drupal-ddev
A Drupal template, scaffolded by DDEV, configured for Gitpod (www.gitpod.io) to give you pre-built, ephemeral development environments in the cloud.
https://github.com/gitpod-samples/template-php-drupal-ddev
ddev drupal gitpod php
Last synced: about 2 months ago
JSON representation
A Drupal template, scaffolded by DDEV, configured for Gitpod (www.gitpod.io) to give you pre-built, ephemeral development environments in the cloud.
- Host: GitHub
- URL: https://github.com/gitpod-samples/template-php-drupal-ddev
- Owner: gitpod-samples
- License: mit
- Created: 2021-06-10T12:51:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-10T20:21:03.000Z (almost 3 years ago)
- Last Synced: 2024-04-28T06:40:54.117Z (9 months ago)
- Topics: ddev, drupal, gitpod, php
- Language: Shell
- Homepage: https://www.gitpod.io
- Size: 4.88 KB
- Stars: 7
- Watchers: 11
- Forks: 17
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A Drupal via DDEV template on Gitpod
This is a [Drupal via DDEV](https://github.com/drud/ddev) template configured for ephemeral development environments on [Gitpod](https://www.gitpod.io/).
## Next Steps
Click the button below to start a new development environment:
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/gitpod-io/template-php-drupal-ddev)
## Get Started With Your Own Project
### A new project
Click the above "Open in Gitpod" button to start a new workspace. Once you're ready to push your first code changes, Gitpod will guide you to fork this project so you own it.
Run `.gitpod/gitpod-setup-ddev.sh` once the workspace has started to commence
### An existing project
To get started with Drupal via DDEV on Gitpod, add a [`.gitpod.yml`](./.gitpod.yml) file and the [`.gitpod`] directory which contain the configuration to improve the developer experience on Gitpod. To learn more, please see the [Getting Started](https://www.gitpod.io/docs/getting-started) documentation.
## Special thanks
This template was gifted to Gitpod by [Ofer Shaal](https://github.com/shaal) - Thank you 🙏!