https://github.com/gitpod-io/self-hosted
DEPRECATED since Gitpod 0.5.0; use https://github.com/gitpod-io/gitpod/tree/master/chart and https://github.com/gitpod-io/gitpod/tree/master/install/helm
https://github.com/gitpod-io/self-hosted
Last synced: about 1 year ago
JSON representation
DEPRECATED since Gitpod 0.5.0; use https://github.com/gitpod-io/gitpod/tree/master/chart and https://github.com/gitpod-io/gitpod/tree/master/install/helm
- Host: GitHub
- URL: https://github.com/gitpod-io/self-hosted
- Owner: gitpod-io
- Created: 2019-10-15T09:07:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-05T18:34:57.000Z (over 4 years ago)
- Last Synced: 2025-04-02T11:02:35.910Z (about 1 year ago)
- Language: Go
- Homepage: https://www.gitpod.io/docs/self-hosted/latest/self-hosted/
- Size: 30.3 KB
- Stars: 234
- Watchers: 14
- Forks: 80
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gitpod Self-Hosted
**DEPRECATED since Gitpod 0.5.0; use https://github.com/gitpod-io/gitpod/tree/master/chart and https://github.com/gitpod-io/gitpod/tree/master/install/helm**
[](https://gitpod.io/#https://github.com/gitpod-io/self-hosted)
This repository contains the configuration templates and installation scripts to deploy Gitpod on your own infrastructure. Learn more about [Gitpod Self-Hosted](https://www.gitpod.io/docs/self-hosted/latest/self-hosted/).
## Install on GCP
If you want to deploy Gitpod Self-Hosted on Google Cloud Platform, you can start the installation process in one click:
[](https://gitpod.io/#https://github.com/gitpod-io/self-hosted)
Alternatively, you can run this process locally like so:
1. Install [Google Cloud SDK](https://cloud.google.com/sdk/install)
2. Install [Go](https://golang.org/doc/install)
3. Clone this repository
4. Run `./utils/create-gcp-resources.go`
## Install on AWS
Coming soon.
## Install on Azure
Coming soon.
## Install on OpenShift
Coming soon.
## Install on any Kubernetes system
Please see the [installation instructions for vanilla Kubernetes](https://www.gitpod.io/docs/self-hosted/latest/install/install-on-kubernetes/).