https://github.com/gitpod-samples/template-gcp
https://github.com/gitpod-samples/template-gcp
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gitpod-samples/template-gcp
- Owner: gitpod-samples
- License: apache-2.0
- Created: 2023-05-03T01:35:03.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-03T07:14:03.000Z (about 2 years ago)
- Last Synced: 2025-01-24T12:45:31.902Z (5 months ago)
- Size: 7.81 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A Google Cloud Plateform template on Gitpod
A Google Cloud Platform template configured for [Gitpod](www.gitpod.io) to give you a workspace configurated for your GCP project and tools like [Cloud Code](https://cloud.google.com/code/docs).
## Next Steps
Click the button below to start a new development environment:
[](https://gitpod.io#https://github.com/gitpod-samples/template-gcp/-/tree/main/)
## Get Started With Your Own Project
### A new project
To use this template, you must define your base64-encoded service account key in a variable named `GCP_SERVICE_KEY` and your project name in a variable called `GCP_PROJECT` for your repository.
To get your service account key, check [this page](https://cloud.google.com/iam/docs/keys-create-delete).
Next, 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.
### An existing project
To get started with Quarkus CLI on Gitpod, add a `.gitpod.yml` file which contains the configuration to improve the developer experience on Gitpod. To learn more, please see the [Getting Started](https://www.gitpod.io/docs/introduction/getting-started) documentation.