
If you are installing LucidWorks Enterprise on a computer without a graphical user interface (a "headless" machine), you can run the installer in "console" mode.
# Launch the installer with the command {{java \-jar <file-name.jar> \-console}}.
\\ \\{code:borderStyle=solid|borderColor=#666666}
bash-3.2$ java -jar lucidworks-enterprise-installer-1.7.jar -console
{code}
\\
# Read through the license, then press '1' at the end to accept the license terms.
\\ \\{code:borderStyle=solid|borderColor=#666666}
....
You agree that this Agreement is the complete Agreement for the Programs and licenses, and this Agreement supersedes all prior or
contemporaneous Agreements or representations. If any term of this Agreement is found to be invalid or unenforceable,
the remaining provisions will remain effective. This Agreement is governed by the substantive and procedural laws of California.
You and Lucid agree to submit to the exclusive jurisdiction of, and venue in, the courts of San Mateo county in California
in any dispute arising out of or relating to this Agreement.
press 1 to accept, 2 to reject, 3 to redisplay
1
{code}
\\
# Select each component to install and choose the address and port each component will run on (this is multiple steps).
\\ \\
{code:borderStyle=solid|borderColor=#666666}
Please select which LWE components should be enabled on this server, or specify the remote address of a component if it will run remotely:
[x] Run LWE-Core Locally
input 1 to select, 0 to deselect:
1
Address [http://127.0.0.1:8888]
[x] Run SearchUI Locally
input 1 to select, 0 to deselect:
1
Address [http://127.0.0.1:8989/search]
[x] Run AdminUI Locally
input 1 to select, 0 to deselect:
1
Address [http://127.0.0.1:8989]
[x] Run Alerts Locally
input 1 to select, 0 to deselect:
1
Address [http://127.0.0.1:8989/alerts]
Note: Components will communicate with each other using these addresses, and if enabled on this machine, will run on the port given in the address.
Leave the address blank to keep a component from being used (locally or remotely)
press 1 to continue, 2 to quit, 3 to redisplay
1