Skip to content

Latest commit

 

History

History
121 lines (87 loc) · 5.21 KB

index.md

File metadata and controls

121 lines (87 loc) · 5.21 KB
title
Sourcegraph docs

Sourcegraph

Universal Code Search: Move fast, even in big codebases.

Find and fix things across all of your code faster with Sourcegraph. Onboard to a new codebase, make large-scale refactors, increase efficiency, address security risks, root-cause incidents, and more.

This website is home to Sourcegraph's feature, installation, administration, and development documentation.

Getting started

NOTE: Looking for how to use Sourcegraph? Refer to our Using Sourcegraph guide!

NOTE: Unsure where to start, or need help? Reach out to us!

Quick install

You can quickly try out Sourcegraph locally using Docker, which takes only a few minutes and lets you try out all of its features:

docker run -d --publish 7080:7080 --publish 127.0.0.1:3370:3370 --rm --volume ~/.sourcegraph/config:/etc/sourcegraph --volume ~/.sourcegraph/data:/var/opt/sourcegraph sourcegraph/server:3.37.0

For next steps, visit the Docker installation documentation.

NOTE: Due to the Windows enviroment, using Sourcegraph with Windows currently isn't fully supported. Testing instructions for running Sourcegraph locally on a Windows machine can be found here

WARNING: We do not recommend using this method for a production instance - see Getting started for more options.

Core documentation

Features and tutorials

Reference

Cloud documentation

Self-hosted documentation

Other links

Get help