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

Initial README

parent bab3c56a
No related branches found
No related tags found
1 merge request!1Initial implementation of an elasticsearch indexer in Go
# GitLab Elasticsearch Indexer
This project indexes Git repositories into Elasticsearch for GitLab. See the
[homepage](https://gitlab.com/gitlab-org/es-git-go) for more information.
## Building
This project relies on [ICU](http://site.icu-project.org/) for text encoding;
ensure the development packages for your platform are installed before running
`make`:
### Debian / Ubuntu
```
# apt install libicu-dev
```
### Mac OSX
```
$ brew install icu4c
$ export PKG_CONFIG_PATH="/usr/local/opt/icu4c/lib/pkgconfig:$PKG_CONFIG_PATH"
```
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