Skip to content

Commit

Permalink
circleciでelasticsearchが使えるようにする
Browse files Browse the repository at this point in the history
  • Loading branch information
suusan2go committed Feb 14, 2016
1 parent cc36fac commit 539b9a3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
dependencies:
post:
- wget https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-2.1.1.tar.gz
- tar -xvf elasticsearch-2.1.1.tar.gz
- elasticsearch-2.1.1/bin/plugin install analysis-kuromoji
- elasticsearch-2.1.1/bin/elasticsearch: {background: true}
test:
override:
- TEST_CLUSTER_COMMAND=/home/ubuntu/nasulog/elasticsearch-2.1.1/bin/elasticsearch

0 comments on commit 539b9a3

Please sign in to comment.