Skip to content
Snippets Groups Projects
Verified Commit ee554151 authored by Nick Thomas's avatar Nick Thomas
Browse files

Update elasticsearch indexer installation instructions

parent f7f3b3c3
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -92,10 +92,11 @@ export PKG_CONFIG_PATH="/usr/local/opt/icu4c/lib/pkgconfig:$PKG_CONFIG_PATH"
To build and install the indexer, run:
 
```sh
git clone https://gitlab.com/gitlab-org/gitlab-elasticsearch-indexer.git
cd gitlab-elasticsearch-indexer
make
sudo make install
indexer_path=/home/git/gitlab-elasticsearch-indexer
# Run the installation task for gitlab-elasticsearch-indexer:
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`.
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