Skip to content

Commit

Permalink
remove redundant section
Browse files Browse the repository at this point in the history
  • Loading branch information
beyang committed Jul 9, 2018
1 parent 9ff82d4 commit d5e379b
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,16 +90,6 @@ sure you have [configured `kubectl` to access your cluster](https://kubernetes.i
You will now see the Sourcegraph setup page when you visit the address of your instance. If you made your instance
accessible on the public Internet, make sure you secure it before adding your private repositories.

## Additional configuration

For additional configuration options, examine the sample `values.yaml` in the `deploy-sourcegraph`
repo for additional starting configuration values. Do not copy fields in if you don't need to change
them; the values in your user-provided file are merged in on top of this file. The existing resource
allocations are probably a reasonable starting point.

If you find you've made errors, you can update your cluster to use an updated `values.yaml`
using `helm upgrade`; for more information, read about [Updating Sourcegraph Data Center](update.md).

### Add language servers for code intelligence

> Code intelligence is a [paid upgrade](https://about.sourcegraph.com/pricing/) on top of the Data
Expand Down Expand Up @@ -159,6 +149,9 @@ For common site configuration tasks, see:
- "[Using TLS/SSL](https://about.sourcegraph.com/docs/config/tlsssl)"
- "[Monitoring and tracing](https://about.sourcegraph.com/docs/config/monitoring-and-tracing)"

After updating configuration, follow the [update instructions](./update.md) to apply the changes to
your Sourcegraph Data Center instance.

### Troubleshooting

See the [Troubleshooting page](troubleshoot.md).
Expand Down

0 comments on commit d5e379b

Please sign in to comment.