Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/admin/deploy/index.mdx
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Deployment Overview

Sourcegraph offers multiple deployment options to meet your needs. The best option for your organization depends on your goals, requirements, technical expertise, and resources available. The following sections provide an overview of the options, their associated investments, and technical requirements.
Sourcegraph is a powerful code intelligence platform that can be deployed in various ways to suit your organization's needs. This guide will help you understand the available deployment options and choose the best one for your use case.

## Deployment types

Carefully consider your organization's needs and technical expertise when selecting a Sourcegraph deployment method. The method you choose cannot be changed for a running instance. The available methods have different capabilities, and the following sections provide recommendations to help you choose.
Carefully consider your organization's needs and technical expertise when selecting a Sourcegraph deployment method. Each option has different capabilities, resource requirements, and levels of technical expertise needed. Consider your organization's needs carefully, as the deployment method cannot be easily changed for a running instance.

### Sourcegraph Cloud

Expand Down Expand Up @@ -51,7 +51,7 @@ See [Sourcegraph Machine Images](/admin/deploy/machine-images) for more informat

Best for enterprises looking for a fully self-hosted solution.

- [Docker Compose](/admin/deploy/docker-compose/) - Install Sourcegraph on Docker Compose
- [Docker Compose](/admin/deploy/docker-compose/) - Install Sourcegraph using Docker Compose

For setting up **non-production** environments on-premises.

Expand Down
Loading