Skip to content

Commit

Permalink
Merge c002452 into 6ae6fd9
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasknoepfle committed Feb 4, 2020
2 parents 6ae6fd9 + c002452 commit a2fc7c3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ notifications:
email:
- travis-notifications@fairmondo.de
before_install:
- curl -k -L -o elasticsearch-1.3.4.tar.gz https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.3.4.tar.gz
- tar -zxvf elasticsearch-1.3.4.tar.gz
- ./elasticsearch-1.3.4/bin/plugin -install bundle -url http://xbib.org/repository/org/xbib/elasticsearch/plugin/elasticsearch-plugin-bundle/1.4.0.6/elasticsearch-plugin-bundle-1.4.0.6-plugin.zip
- ./elasticsearch-1.3.4/bin/elasticsearch 1> /dev/null 2> /dev/null &
- curl -k -L -o elasticsearch.tar.gz https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.4.0.tar.gz
- tar -zxvf elasticsearch.tar.gz
- ./elasticsearch-5.4.0/bin/elasticsearch-plugin install http://xbib.org/repository/org/xbib/elasticsearch/plugin/elasticsearch-plugin-bundle/5.4.0.0/elasticsearch-plugin-bundle-5.4.0.0-plugin.zip
- ./elasticsearch-5.4.0/bin/elasticsearch &
- cp config/secrets.yml.example config/secrets.yml
addons:
apt:
Expand Down
8 changes: 4 additions & 4 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,10 @@ Hint: When a vim window opened after you typed "git commit" without a commit mes

To make the search available in your local environment you have to install Elasticsearch:

curl -k -L -o elasticsearch-1.3.4.tar.gz https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.3.4.tar.gz
tar -zxvf elasticsearch-1.3.4.tar.gz
./elasticsearch-1.3.4/bin/plugin -install bundle -url http://xbib.org/repository/org/xbib/elasticsearch/plugin/elasticsearch-plugin-bundle/1.4.0.6/elasticsearch-plugin-bundle-1.4.0.6-plugin.zip
./elasticsearch-1.3.4/bin/elasticsearch
curl -k -L -o elasticsearch.tar.gz https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.4.0.tar.gz
tar -zxvf elasticsearch.tar.gz
./elasticsearch-5.4.0/bin/elasticsearch-plugin install http://xbib.org/repository/org/xbib/elasticsearch/plugin/elasticsearch-plugin-bundle/5.4.0.0/elasticsearch-plugin-bundle-5.4.0.0-plugin.zip
./elasticsearch-5.4.0/bin/elasticsearch

Links for Elasticsearch:
http://www.elasticsearch.org
Expand Down

0 comments on commit a2fc7c3

Please sign in to comment.