Base third-party software
Install the base third-party software that is needed to build Merative Social Program Management and run WebSphere® Liberty.
IBM WebSphere Liberty
The following sections show you how to download and install WebSphere Liberty.
IBM Installation Manager
After installing WebSphere Liberty you will need to apply a fix pack using Installation Manager. You can download and install Installation Manager 1.9 or later from IBM Installation Manager and Packaging Utility.
IBM WebSphere Liberty licensing
Customers who are licensed for WebSphere Hybrid Edition or IBM Cloudpak for Applications are entitled to access a WebSphere liberty licence. However, we advise clients to seek licence advice from their IBM re-seller regarding entitlements. If you are not an existing WebSphere customer you can download a 60 day trial of WebsShere Liberty from IBM.
Install IBM WebSphere Liberty
WebSphere Liberty is the only application server supported by SPM on Kubernetes and is therefore required.
Download and install WebSphere Liberty.
Browse to Passport Advantage, then search for and download one of the following packages:
- IBM WebSphere Application Server Liberty Network Deployment (part number CND1NML)
- IBM WebSphere Application Server Liberty Base (part number CNXH7ML)
If you are unsure of what installer to use, contact your IBM Account Executive.
Also, download and install the following packages:
Install WebSphere Liberty as described in Installing Liberty.
When installed, create an environment variable WLP_HOME
that points to the WebSphere Liberty installation directory. For example:
WLP_HOME=/opt/IBM/WebSphere/Liberty
Java
Java version 8 is required. See IBM SDK Java Technology Edition Version 8.0 for download and installation information.
When installed, create the following environment variable:
JAVA_HOME=$WLP_HOME/java/8.0Add
$JAVA_HOME/bin
to thePATH
environment variable.
Database
A supported relational database is required. See IBM Cúram Social Program Management Supported Prerequisites for list of supported databases.
You need either a Passport Advantage, or an Oracle account to download the relevant database software.
- Download Db2 from Passport Advantage.
- See the Db2 IBM Documentation for detailed installation information.
- Download Oracle Database from Oracle Software Delivery Cloud.
- See the Oracle Database Help Center for detailed installation information.
Apache Ant
Ant 1.10.6 is required and can be downloaded from Apache.org:
Download the Ant 1.10.6 zip file, for example:
wget https://archive.apache.org/dist/ant/binaries/apache-ant-1.10.6-bin.zipExtract the Ant .zip file to your environment, for example:
unzip -x apache-ant-1.10.6-bin.zipCreate the following environment variables:
ANT_HOME
- points to the installation directoryANT_OPTS=-Xmx1400m -Dcmp.maxmemory=1400m
Add
$ANT_HOME/bin
to thePATH
environment variableTest Ant by running:
ant -version