{scrollbar:icons=false}

h1. {page-info:title}

Using this optional method of installing a LexEVS Local Runtime you can avoid going through the GUI install steps.  This is particularly useful if you have multiple servers upon which you would like to install a LexEVS Local Runtime with very similar components.  This install mechanism does not replace the need to [configure|2 - Installing LexEVS 6.0 Local Runtime#Configuring the LexEVS environment] and [test|2 - Installing LexEVS 6.0 Local Runtime#Testing the LexEVS Local Runtime] a LexEVS Local Runtime just as you would if installed using the GUI installer.

|| Step || Action ||
| 1. Download the latest version of the Local Runtime GUI install package (you may already have this from previous installs) *and* the latest command line install configuration XML file from the right.  The location you have chosen to save this on your computer will be referred to as the {{SAVE_DIRECTORY}}.
{info:title=Note}Access to the downloads does not require an account.  If you are having trouble downloading files then you may need to disable pop-up blockers or check any firewall settings at your site.{info} | {include:LexEVS 6.0 Local Runtime Downloads to Include} |
| 2. Edit the following file to configure the components to be installed.
{code}
LexEVS-install-config-{version}.xml
{code}
{{<installpath>}} can be modified to any location of your choice. The components "*Product Information*" and "*Runtime and Administration Toolkit*" are required. Remove lines in the configuration file for those components that you do not want to be installed. By default, the file is configured to install all packages. | !Izpack_config_6.0.PNG|alt="Configuration file shown in an editor."! |
| 3. At a command prompt change to the {{SAVE_DIRECTORY}}:
{code}
cd {SAVE_DIRECTORY}
{code}
Then enter the command:
{code}
java -jar LexEVS-install-{version}.jar LexEVS-install-config-{version}.xml
{code}
...where {{version}} is the version you downloaded.
For example:
{code}
java -jar LexEVS-install-6.0.2.jar LexEVS-install-config-6.0.xml
{code} | !CommandLineInstall_6.0.PNG|width=600px, alt="Command prompt showing completed installation without a GUI."!|

When these steps have completed then [configure|2 - Installing LexEVS 6.0 Local Runtime#Configuring the LexEVS environment] and [test|2 - Installing LexEVS 6.0 Local Runtime#Testing the LexEVS Local Runtime] your LexEVS Local Runtime.


{scrollbar:icons=false}