-
Notifications
You must be signed in to change notification settings - Fork 10
elasticsearch oss installer for windows.
rgl/elasticsearch-setup
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Latest commitd285253 · | ||||
Repository files navigation
This directory contains the files needed to create the elasticsearch setup program for Windows. You first need to install Unicode Inno Setup from: http://www.jrsoftware.org/isdl.php#stable NB Get the isetup-5.4.3-unicode.exe file. And then MinGW and msys by following the guide at: http://blog.ruilopes.com/post/2143557964/sane-shell-environment-on-windows You should now be ready to build the setup with: make It should create two files with the name pattern: elasticsearch-VERSION-setup-NN-bit.exe These are the only files that need to be redistributed. NB If the above step complains about a missing unzip.exe or wget.exe, you can install them with: mingw-get install msys-unzip mingw-get install msys-wget The setup will do the following when installing the application: * install all files into Program Files (the user can change the actual location) * create the elasticsearch Windows account (with Logon as service privilege) * install a Windows Service to automatically start elasticsearch (run as the elasticsearch account) at boot (but has to be manually started after install...). * grant the elasticsearch account: * read permissions to the "config" directory. * full permissions to the "data" and "logs" directories. * create a bunch of Start Menu entries (link to home page, guide, etc). The setup uses SetACL.exe to grant NTFS file permissions to the elasticsearch account. SetACL can be download from: http://helgeklein.com/setacl/ The setup uses procrun.exe to launch elasticsearch as a Windows service. procrun is included in the Apache Commons Daemon project available at: http://commons.apache.org/daemon/
About
elasticsearch oss installer for windows.
Topics
Resources
Stars
Watchers
Forks
Packages 0
No packages published