Download Documents?

Where can I download the ElasticSearch documents for offline use?

On Fri, Sep 3, 2010 at 3:49 PM, gcstang gcstang@gmail.com wrote:

Where can I download the Elasticsearch documents for offline use?

The whole site is hosted on GitHub, so you can clone it and have a
copy for local reference.

http://github.com/elasticsearch/elasticsearch.github.com

It's built with Jekyll, so you'll need that (and Ruby) installed:

$ git clone http://github.com/elasticsearch/elasticsearch.github.com.git
$ gem install jekyll RedCloth
$ cd elasticsearch.github.com
$ jekyll --server

Then if you open a browser to http://localhost:4000 you'll have a
local copy of the site, and therefore the docs.

Hope that helps!

Cheers.

--
Richard Livsey
Minutebase - Online Meeting Minutes
http://minutebase.com

Setup and running from Windows 7 64bit - Worked great thank you.

On Fri, Sep 3, 2010 at 10:28 AM, Richard Livsey richard@livsey.org wrote:

On Fri, Sep 3, 2010 at 3:49 PM, gcstang gcstang@gmail.com wrote:

Where can I download the Elasticsearch documents for offline use?

The whole site is hosted on GitHub, so you can clone it and have a
copy for local reference.

http://github.com/elasticsearch/elasticsearch.github.com

It's built with Jekyll, so you'll need that (and Ruby) installed:

$ git clone http://github.com/elasticsearch/elasticsearch.github.com.git
$ gem install jekyll RedCloth
$ cd elasticsearch.github.com
$ jekyll --server

Then if you open a browser to http://localhost:4000 you'll have a
local copy of the site, and therefore the docs.

Hope that helps!

Cheers.

--
Richard Livsey
Minutebase - Online Meeting Minutes
http://minutebase.com
http://livsey.org