Skip to content

Commit

Permalink
[DOC] Updated installation instructions to ES 0.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
karmi committed Aug 4, 2011
1 parent fdf0415 commit e318f9c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ Installation

First, you need a running _ElasticSearch_ server. Thankfully, it's easy. Let's define easy:

$ curl -k -L -o elasticsearch-0.16.0.tar.gz http://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.16.0.tar.gz
$ tar -zxvf elasticsearch-0.16.0.tar.gz
$ ./elasticsearch-0.16.0/bin/elasticsearch -f
$ curl -k -L -o elasticsearch-0.17.2.tar.gz http://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.17.2.tar.gz
$ tar -zxvf elasticsearch-0.17.2.tar.gz
$ ./elasticsearch-0.17.2/bin/elasticsearch -f

OK. Easy. On a Mac, you can also use _Homebrew_:

Expand Down
6 changes: 3 additions & 3 deletions examples/tire-dsl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
[ERROR] You don’t appear to have ElasticSearch installed. Please install and launch it with the following commands:
curl -k -L -o elasticsearch-0.16.0.tar.gz http://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.16.0.tar.gz
tar -zxvf elasticsearch-0.16.0.tar.gz
./elasticsearch-0.16.0/bin/elasticsearch -f
curl -k -L -o elasticsearch-0.17.2.tar.gz http://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.17.2.tar.gz
tar -zxvf elasticsearch-0.17.2.tar.gz
./elasticsearch-0.17.2/bin/elasticsearch -f
INSTALL

### Storing and indexing documents
Expand Down

0 comments on commit e318f9c

Please sign in to comment.