NAME

Alien::ElasticSearch - Downloads, builds and installs ElasticSearch from github

VERSION

Version 0.05

SYNOPSIS

$install_dir = Alien::ElasticSearch->install_from_git($parent_dir);

$install_dir = Alien::ElasticSearch->install_dir();

$install_dir = Alien::ElasticSearch->update_from_git();

DESCRIPTION

This module handles downloading ElasticSearch from github, building, and installing it.

It then writes a config file to remember where it was installed.

REQUIREMENTS

  • git (needs to be in your PATH)

  • Java version 6 or above

SEE ALSO

ElasticSearch

AUTHOR

Clinton Gormley, <drtech at cpan.org>

BUGS

Please report any bugs or feature requests to bug-alien-elasticsearch at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Alien-ElasticSearch. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

perldoc Alien::ElasticSearch

You can also look for information at:

LICENSE AND COPYRIGHT

Copyright 2010 Clinton Gormley.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.