Skip to content
Snippets Groups Projects
Commit 3690afc0 authored by Grzegorz Bizon's avatar Grzegorz Bizon
Browse files

Merge branch 'elastic_update' into 'master'

Update the Elasticsearch guide

See merge request !248
parents e5d7d885 a21694fb
No related branches found
No related tags found
1 merge request!248Update the Elasticsearch guide
Pipeline #
Loading
Loading
@@ -20,17 +20,7 @@ environment.
 
## Setup
 
1. Edit `gitlab-ee/config/gitlab.yml` to enable Elasticsearch:
```yaml
## Elasticsearch (EE only)
# Enable it if you are going to use elasticsearch instead of
# regular database search
elasticsearch:
enabled: true
# host: localhost
# port: 9200
```
1. Go to **Admin > Application Settings** to enable Elasticsearch.
 
1. Start Elasticsearch by either running `elasticsearch` in a new terminal, or
by adding it to your `Procfile`:
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment