Performing a console based installation
It's possible to install Weave from a console and not have to use the graphical UI.
Warning |
---|
But, there is one limitation, in that you can't currently determine what's installed.
We're currently exploring fixes for this. |
To do this interactively you need to start the Weave installer with the -console
command line option, e.g.
Code Block |
---|
java -jar weave-installer.jar -console
|
...
This will walk you through an interactive installation process.
Automating the installation
To create an automated installation run the installer GUI and on the last screen save an installation script then edit that and use it on subsequent runs of the installer.
Warning |
---|
The following appears to no longer be correct |
To automate the installation you need to create a file that contains the settings required for the Weave installer.
The file should contain the following content (with the values changed as appropriate)
...
It is not currently possible to create the installation script when performing a console install.
Using the Generate an automatic installation script button will ask you where you want to save the script, which is an xml file that can be edited to tweak the options used during subsequent installations.
You then start with weave installer with the -options
the location of the xml file you just saved on the command line option, e.g. assuming the above values saved in a file called settingsinstall.propertiesxml
Code Block |
---|
java -jar weave-installer.jar -options settings.propertiesinstall.xml |
This will perform a non-interactive console installation.
...
.