Actions
Bug #4003
openSupport for non-GUI Kepler installer.
Start date:
04/21/2009
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
4003
Description
Many users need to install Kepler on a cluster or other distributed environments where they do not have a GUI. So it would be nice if we support Kepler no-GUI installation. An ideal way is to provide a Kepler rpm package.
Updated by Christopher Brooks over 14 years ago
One workaround for this is to have IzPack use
<panel classname="FinishPanel"/>
instead of
<panel classname="SimpleFinishPanel"/>
FinishPanel will create a auto-install.xml file which can be run
with
java -jar installer.jar auto-install.xml
See
http://izpack.org/documentation/advanced-features.html#automated-installers
For information about building a Kepler installer, see
https://kepler-project.org/developers/teams/build/building-kepler-installers/?searchterm=installer
Actions