Skip to content

Commit

Permalink
Add ES 6.3.0 versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dakrone committed Jun 19, 2018
1 parent 96304ef commit 43bf684
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions eos-es.org
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,18 @@ So I configure prodigy like so:
:command "~/ies/elasticsearch-6.2.4/bin/elasticsearch"
:tags '(work test es)
:port 9200)
(prodigy-define-service
:name "Elasticsearch 6.3.0"
:cwd "~/ies/elasticsearch-6.3.0"
:command "~/ies/elasticsearch-6.3.0/bin/elasticsearch"
:tags '(work test es)
:port 9200)
(prodigy-define-service
:name "Elasticsearch 6.3.0 OSS"
:cwd "~/ies/elasticsearch-6.3.0-oss"
:command "~/ies/elasticsearch-6.3.0-oss/bin/elasticsearch"
:tags '(work test es)
:port 9200)
(prodigy-define-service
:name "ES gradle run"
:cwd "~/es/elasticsearch"
Expand Down

0 comments on commit 43bf684

Please sign in to comment.