{"id":13561572,"url":"https://github.com/ddev/ddev-gitpod-launcher","last_synced_at":"2025-05-08T01:30:56.052Z","repository":{"id":43372081,"uuid":"431659150","full_name":"ddev/ddev-gitpod-launcher","owner":"ddev","description":"Launch any DDEV project with Gitpod","archived":true,"fork":false,"pushed_at":"2025-02-11T23:20:32.000Z","size":71,"stargazers_count":17,"open_issues_count":3,"forks_count":9,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-02-20T10:03:36.518Z","etag":null,"topics":["ddev","gitpod","php"],"latest_commit_sha":null,"homepage":"https://ddev.github.io/ddev-gitpod-launcher/","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ddev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["ddev"],"custom":["https://www.paypal.com/donate/?hosted_button_id=MCNCSZHC7LHSQ","https://ddev.com/support-ddev/"]}},"created_at":"2021-11-24T23:48:39.000Z","updated_at":"2025-02-11T23:21:29.000Z","dependencies_parsed_at":"2024-11-04T13:36:27.892Z","dependency_job_id":"e5af0182-b845-4071-92ee-5fec81894c62","html_url":"https://github.com/ddev/ddev-gitpod-launcher","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddev%2Fddev-gitpod-launcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddev%2Fddev-gitpod-launcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddev%2Fddev-gitpod-launcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddev%2Fddev-gitpod-launcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ddev","download_url":"https://codeload.github.com/ddev/ddev-gitpod-launcher/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252981439,"owners_count":21835427,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ddev","gitpod","php"],"created_at":"2024-08-01T13:00:58.505Z","updated_at":"2025-05-08T01:30:56.034Z","avatar_url":"https://github.com/ddev.png","language":"Shell","funding_links":["https://github.com/sponsors/ddev","https://www.paypal.com/donate/?hosted_button_id=MCNCSZHC7LHSQ","https://ddev.com/support-ddev/"],"categories":["Tools"],"sub_categories":[],"readme":"# ddev-gitpod-launcher (archived)\n\n**Gitpod Classic has been deprecated and will be removed in April, 2025, so this repository and launcher will no longer be maintained**\n\nLaunch and develop any web project in gitpod using ddev.\n\n1. Get the https URL of the repository you want to work with.\n2. (Optional) Provide database and user-generated files dumps in a (probably private) repository named `\u003crepo\u003e-artifacts`. For example. if you have a repository named `https://github.com/ddev/d10simple` the private artifacts git repository will be at `https://github.com/ddev/d10simple-artifacts`.\n   * In that repository, check in `db.sql.gz` and `files.tgz` and push it. This only needs to be updated when you need to update it.\n   * For future use, you may want to implement a `ddev pull` integration, for example for Acquia or Pantheon or Platform.sh or any other of the example [providers](https://github.com/ddev/ddev/tree/master/pkg/ddevapp/dotddev_assets/providers) (see [docs](https://ddev.readthedocs.io/en/latest/users/providers/provider-introduction/)). The git technique is used here because you may not have any other initial way to get database and files into gitpod until you set something up.\n\nGo to [DDEV gitpod launcher](https://ddev.github.io/ddev-gitpod-launcher/) to launch any website project and edit and develop it in gitpod.\n\n* If the project has a composer.json, the launcher will do a `ddev composer install`\n* If the project has a .ddev/config.yaml, it will be respected, otherwise a default will be auto-generated.\n\n## Development\n\nWhile developing this repo, the following tips may be helpful.\n\n### Test a branch of this repo\n\n1. Visit \u003chttps://ddev.github.io/ddev-gitpod-launcher/\u003e.\n2. Enter target repo.\n3. Copy the \"Link used by \"Open in Gitpod\" button:\" URL\n4. Replace `https://github.com/ddev/ddev-gitpod-launcher/` with the branch path Eg. `https://github.com/tyler36/ddev-gitpod-launcher/tree/wip-branch`\n\n### Gitpod Validation\n\nThis technique involves spawning debug workspaces.\n\n1. Visit \u003chttps://ddev.github.io/ddev-gitpod-launcher/\u003e\n2. Enter target repo.\n3. Click \"open in repo\".\n4. Make required changes.\n5. In the terminal, type `gp validate`.\n\nThis will spawn a new Gitpod workspace based on the current workspace.\n\n* All pre-builds, `init`, and `commands` are run in the new workspace as if were freshly created..\n* Debugging output is shown in the original workspace.\n\nTo end the session, press \u003ckbd\u003eCtrl\u003c/kbd\u003e+\u003ckbd\u003ec\u003c/kbd\u003e, or \u003ckbd\u003eCommand\u003c/kbd\u003e+\u003ckbd\u003ec\u003c/kbd\u003e, in the original window. This will terminate the debug workspace and while maintaining the original workspace.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fddev%2Fddev-gitpod-launcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fddev%2Fddev-gitpod-launcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fddev%2Fddev-gitpod-launcher/lists"}