# Installing JSP/J2EE environments from jpackage rpms # We only have the required packages in the rpm directory # So we can let the system decide in which order to install them # We'll use a -v to make the installs a little more verbose, in case it barfs
# Install RPM signing key to make logging quieter rpm --import /mnt/source/kickstart/rpms/jpackage/current/jpackage.asc echo "%Post: Install non-free java packages" rpm -iv /mnt/source/kickstart/rpms/jpackage/current/non-free/$OS/* echo "%Post: Install Tomcat5 & Jonas" # Have to use update to install these packages as one package is already # installed by fedora core 4 as standard and barfs with a conflict rpm -Uv /mnt/source/kickstart/rpms/jpackage/current/free/$OS/*
Marked up in XHTML - ©2005 Thoughtful Solutions Ltd.