This is a Drupal via DDEV template configured for ephemeral development environments on Gitpod.
- Create a new repo based on this: https://github.com/kporras07/my-gitpod-test/generate
- Update the link in the following section to point to your repo
- Click on the "Open in Gitpod" link
- Accept permissions requests
- Once things have spin up, go to project folder and run: ./setup.sh command
- Then, go on the sidebar to the ports item (second from bottom to up), find the 8080 port and open it in your browser
- You're now ready to play around with Drupal (admin/admin123)
Click the button below to start a new development environment:
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
To get started with Drupal via DDEV on Gitpod, add a .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 documentation.
This template was gifted to Gitpod by Ofer Shaal - Thank you 🙏!