This page demonstrate How To Install Sterling in Linux 8 (RHEL / CentOS)..
Installation of Sterling Commerce is difficult task. This steps help you
on installation.
To install containerized Sterling commerce, you need to install
following softwares.
Docker:
Docker Compose:
Developer Tool Kit (DTK)
Docker Installation
Docker Compose Installation:
- To install Docker Compose, Pleae use following steps:
Command and Steps:
- sudo curl -L
"https://github.com/docker/compose/releases/download/1.25.4/docker-compose-$(uname
-s)-$(uname -m)" -o /usr/local/bin/docker-compose
- sudo chmod +x /usr/local/bin/docker-compose
- /usr/local/bin/docker-compose --version
- Restart the system.
Developer Tool Kit(DTK):
- Create oms folder in root directory:
Command:
- mkdir oms
- chmod 777 oms
- copy developer tool kit jar:
Command:
- cp ./devtoolkit_docker.tar /oms/
- cd /oms
- unzip developer tool kit tar:
Command:
- tar -xvf devtoolkit_docker.tar && chmod +x
devtoolkit_docker/compose/*.sh
- cd devtoolkit_docker/compose
- create a link to docker-compose:
Command:
- sudo ln -s /usr/local/bin/docker-compose
/usr/bin/docker-compose
- Install:
Command:
- ./om-compose.sh setup
- Accept License Agreement:
Command:
- Read the prompt messages and press enter key (multiple
times) to accept it. it will take 2 hrs
- At the end you need to type "accept"
Login To Console:
Note: Here just high level steps are given.
You need to follow product installation guideline .
|
How To Launch Configurator |
Configurator can be launched in two wasy.
- From IE Browser or Microsoft Edge Browser
- Using Command Line
Launching Confgiurator (Application Manager ) from Coomand Line:
1. cd /oms/devtoolkit_docker/runtime/ApplicationManagerClient
2. java -jar client.jar
Launching Confgiurator (Application Manager ) From IE Browser
To launch application manager (Configurator) from browser, You need to
have following softwares in your laptop as Pre-requisite.
- IE 9.0 or higher version installed in your laptop. or Mirosoft
Edge Browser
- 32 Bit JDK/JRE installed in your laptop
- If your laptop does not have IE. You have Edge browser. In
that case open console url in Edge Browser, then change it to IE mode
(there will be a IE icon on the right top corner of window. Just click
on the icon)
If you are using Edge browser. Login to console and then Switch to IE
mode.
Steps To Launch Configurator (Application Manager) from IE:
- Login to application console. URL:
https://localhost:9443/smcfs/console/login.jsp(Console)
- Login to console with admin/-password-
- Click on the Menu item "Application Manager"
- Wait for 5-10 min. new window should open which actually an
Java Applet.
If configurator does not launch. Please trouble shoot following way:
- Open Controll Panel. You should see a Java icon. Click on that
- Enable Debuging as shownn in the screenshot
- Enable right java as shown below.
- Restart your system. Then try again.