Skip to content

Latest commit

 

History

History
158 lines (139 loc) · 5.45 KB

File metadata and controls

158 lines (139 loc) · 5.45 KB
title Get Started
<style> .grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1em; margin-bottom: 1em; } .app-btn { font-size: 0.85rem; cursor: pointer; text-decoration: none; padding-top: 1.5rem !important; width: 100%; border-radius: 1em; border: 2px solid var(--input-focus-border); color: var(--text-color); background-color: var(--sidebar-bg); text-align: center; font-weight: 500; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; } .app-btn:hover { box-shadow: 0 0 10px var(--link-hover-color); } .app-btn > img { height: 4em; } .app-btn > p { margin-bottom: 0 !important; } .app-btn > h3 { font-size: 1.5em; font-weight: 400; margin-top: .2em; margin-bottom: 1em; } </style>

Get Started

Deploy Sourcegraph

Sourcegraph is runnable in a variety of environments, from cloud to self-hosted to your local machine.

  • For most customers, we recommend Sourcegraph Cloud. A Sourcegraph Cloud instance is a single-tenant instance that is managed entirely by Sourcegraph.
  • For customers that want to self-host, we recommend one of the single-node deployment options.
  • For enterprise customers that require a multi-node, self-hosted deployment, we offer a Kubernetes option. We strongly encourage you to get in touch by email (sales@sourcegraph.com) if you pursue this option.

Recommended

sourcegraph-logo

Create a single-tenant instance managed by Sourcegraph

Self-hosted

aws-logo aws-logo

Launch a pre-configured Sourcegraph instance from an AWS AMI

azure-logo

Deploy onto Microsoft Azure

aws-logo aws-logo Coming soon digital-ocean-logo

Deploy onto DigitalOcean

docker-compose-logo

Deploy with Docker Compose

gcp-logo

Deploy onto Google Cloud (GCP)

private-cloud-logo

Deploy into a generic cloud environment

kubernetes-logo

Deploy a multi-node cluster

Enterprise-only

Local machine

docker-logo

Spin up a local Sourcegraph instance


Quickstart

Community

Support