s70java_RHAPS-rhel4

Synopsys


# Installing JSP/J2EE environments from RHAPS2 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

# 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

Script


echo "%Post: Install Tomcat5 & Jonas"
# Install RPM signing key to make logging quieter
rpm --import /usr/share/rhn/RPM-GPG-KEY
rpm -Uv /mnt/source/kickstart/rpms/redhat/current/*


Examples and Testing





Marked up in XHTML - ©2005 Thoughtful Solutions Ltd.