An open API service indexing awesome lists of open source software.

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

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**

[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](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:

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](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/).