diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-11-07 11:13:08 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-11-07 11:13:12 -0800 |
commit | 97468e7de2cae4de666f2443ca5ae1f8753952c1 (patch) | |
tree | 42112d9cfb046e562fa68ae93f6312540056cefd /extra/elasticsearch/README.md | |
parent | 53d91dbefeb598539b02d18fad33f79babe2bb94 (diff) | |
download | fatcat-97468e7de2cae4de666f2443ca5ae1f8753952c1.tar.gz fatcat-97468e7de2cae4de666f2443ca5ae1f8753952c1.zip |
updated docker for elastic (with plugin)
Still need to install the maps (aka, schemas) manually.
Diffstat (limited to 'extra/elasticsearch/README.md')
-rw-r--r-- | extra/elasticsearch/README.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/extra/elasticsearch/README.md b/extra/elasticsearch/README.md index d5ac0c53..420f119b 100644 --- a/extra/elasticsearch/README.md +++ b/extra/elasticsearch/README.md @@ -32,8 +32,7 @@ We use elasticsearch version 6.x, with the `analysis-icu` plugin installed: sudo /usr/share/elasticsearch/bin/elasticsearch-plugin install analysis-icu sudo service elasticsearch restart -If you can't install this plugin easily (eg, in a docker container), you can -use the `no-plugin` variant (though, warning, it might not be up to date). +There is a Dockerfile in this directory which includes this installation. ## Loading Data |