Monday, 6 April 2009

Unpacking WebSphere Portal Express 6.1.0.1 for Linux ...

Getting ready to install WPX 6.1.0.1 on Red Hat Enterprise Linux (RHEL), using VMware Fusion 2.0.3 on my trusty Macbook Pro, I put together the following unpack/extract script: -

unpack.sh

unzip C1TQ3ML.zip -d IL-Setup
mkdir IL-1
tar -xvzf C1TQ8ML.tgz -C IL-1
unzip C1HA2ML.zip -d IL-2
unzip C1U2VML.zip -d IL-3
unzip C1U2YML.zip -d IL-4
unzip C1U31ML.zip -d IL-5

using the following: -

Required CDs and downloadable images to install IBM WebSphere Portal Express V6.1.0.1


for inspiration.

Right, just need to find the [Any] key ...

No comments:

Reminder - installing podman and skopeo on Ubuntu 22.04

This follows on from: - Lest I forget - how to install pip on Ubuntu I had reason to install podman  and skopeo  on an Ubuntu box: - lsb_rel...