Skip to content

Commit 402d5cc

Browse files
author
Clinton Gormley
committed
Updated tutorials to refer to version 0.16.2
1 parent c5c62da commit 402d5cc

2 files changed

+5
-5
lines changed

tutorials/_posts/2010-07-01-setting-up-elasticsearch.textile

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ These instructions work on linux, but can be easily adapated for other operating
1111

1212
h2. Install the latest version of ElasticSearch
1313

14-
Check "http://www.elasticsearch.org/download/":http://www.elasticsearch.com/download/ for the latest version of ElasticSearch. (Currently version 0.15.2)
14+
Check "http://www.elasticsearch.org/download/":http://www.elasticsearch.com/download/ for the latest version of ElasticSearch. (Currently version 0.16.2)
1515

1616
Install it as follows:
1717

1818
<pre>
19-
wget http://cloud.github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.15.2.zip
20-
unzip elasticsearch-0.15.2.zip
21-
mv elasticsearch-0.15.2 elasticsearch # rename dir to ./elasticsearch
19+
wget http://cloud.github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.16.2.zip
20+
unzip elasticsearch-0.16.2.zip
21+
mv elasticsearch-0.16.2 elasticsearch # rename dir to ./elasticsearch
2222
rm elasticsearch*.zip # tidy up
2323
</pre>
2424

tutorials/_posts/2010-07-02-setting-up-elasticsearch-on-debian.textile

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ h1. Install the latest version of ElasticSearch
2424
Check "http://www.elasticsearch.org/download/":http://www.elasticsearch.org/download/ for the latest version of *elasticsearch*.
2525

2626
<pre class="prettyprint">
27-
curl -OL http://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.15.2.zip
27+
curl -OL http://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.16.2.zip
2828
unzip elasticsearch-* && rm elasticsearch-*.zip
2929
mv elasticsearch-* /usr/local/elasticsearch
3030
</pre>

0 commit comments

Comments
 (0)