-
-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run DrupalPod locally #10
Comments
Just started using DrupalPod extention but can see myself running out of GitPod hours quickly. I'm only jkust starting my Docker journey but if there's something I can test for ... |
@tyler36 If you need more Gitpod hours, I would suggest applying for their professional open-source plan. It is what I did and it works great for me - https://www.gitpod.io/docs/professional-open-source/ Regarding this PR, since it's based on DDEV, it should be fairly simple to make a local version of it (and update the extension to display the command line to run to get same results locally). |
Thanks for the update. Although the Profession Open Source options seem generous, I don't yet qualify.
Unforunately, the |
So I had a though ... VSCode has an offical extention called I tried cloning https://github.com/shaal/ddev-gitpod.git ,
Between the DevContainers help: https://github.com/microsoft/vscode-dev-containers/tree/v0.177.0/containers/docker-existing-dockerfile |
Let me know if you want to get on a call, so I can show you how simple this is. Because DrupalPod is based on ddev, in order to run it locally, all you need to do is install docker, and then install ddev (I recommend using the homebrew installation) - https://ddev.readthedocs.io/en/stable/#installation Once ddev is installed on your machine - git clone drupalpod repo, and type Please let me know if you have any questions. |
Ahh ... thanks. I have DDEV, WSL2 setup and working. I read the issue as a "Make DrupalPod work locally by allowing people to click the DrupalPod extension on a Drupal issue page and automatically build the environment locally". Therefore I was thinking you need to dynamically write a script that builds a docker environment and sets up Drupal, profile & patch as required. Big dreams, I know. |
Is your feature request related to a problem? Please describe
Users would sometimes prefer not using Gitpod, and work locally instead.
Describe the solution you'd like
Users who don't want to use Gitpod, can
git clone
DrupalPod, and thanks to ddev - run the project locally.Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: