Commit a1a6def1 authored by Evan Read's avatar Evan Read

Merge branch 'ee-11670-update-indexer-installation-docs' into 'master'

Update elasticsearch indexer installation instructions

Closes gitlab-ee#11670

See merge request gitlab-org/gitlab-ce!32274
parents 34357e03 ee554151
...@@ -92,10 +92,11 @@ export PKG_CONFIG_PATH="/usr/local/opt/icu4c/lib/pkgconfig:$PKG_CONFIG_PATH" ...@@ -92,10 +92,11 @@ export PKG_CONFIG_PATH="/usr/local/opt/icu4c/lib/pkgconfig:$PKG_CONFIG_PATH"
To build and install the indexer, run: To build and install the indexer, run:
```sh ```sh
git clone https://gitlab.com/gitlab-org/gitlab-elasticsearch-indexer.git indexer_path=/home/git/gitlab-elasticsearch-indexer
cd gitlab-elasticsearch-indexer
make # Run the installation task for gitlab-elasticsearch-indexer:
sudo make install sudo -u git -H bundle exec rake gitlab:indexer:install[$indexer_path] RAILS_ENV=production
cd $indexer_path && sudo make install
``` ```
The `gitlab-elasticsearch-indexer` will be installed to `/usr/local/bin`. The `gitlab-elasticsearch-indexer` will be installed to `/usr/local/bin`.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment