Sourcegraph OSS edition is a fast, open-source, fully-featured code search and navigation engine. Enterprise editions are available.
Features
For a detailed guide to installing prerequisites, see these instructions.
Prebuilt Docker images are the fastest way to use Sourcegraph Enterprise. See the quickstart installation guide.
To use Sourcegraph OSS:
Start the development server
./dev/start.sh
Sourcegraph should now be running at https://sourcegraph.test:3443.
For detailed instructions and troubleshooting, see the local development documentation.
The doc
directory has additional documentation for developing and understanding Sourcegraph:
Sourcegraph OSS is available freely under the Apache 2 license. Sourcegraph OSS comprises all files in this repository except those in the enterprise/
and web/src/enterprise
directories.
All files in the enterprise/
and web/src/enterprise/
directories are subject to the Sourcegraph Enterprise license.
Hello World