Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
ee554151
Commit
ee554151
authored
Aug 27, 2019
by
Nick Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update elasticsearch indexer installation instructions
parent
f7f3b3c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
doc/integration/elasticsearch.md
doc/integration/elasticsearch.md
+5
-4
No files found.
doc/integration/elasticsearch.md
View file @
ee554151
...
...
@@ -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`
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment