Skip to content

Commit

Permalink
added: elastic search readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bjtj committed Jan 31, 2019
1 parent d60cb02 commit 6fcce08
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions elastic/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Installation

* https://www.elastic.co/kr/downloads/elasticsearch


```
$ tar xvf elasticsearch-6.6.0.tar.gz
$ cd elasticsearch-6.6.0
$ bin/elasticsearch
$ curl localhost:9200
```

0 comments on commit 6fcce08

Please sign in to comment.