filmov
tv
Tutorial : SoftwareAG WebMethods API Portal 10.X using Docker

Показать описание
This video provides a step-by-step guide to running #SoftwareAG WebMethods API Portal 10.X using Docker
#Docker #WebMethods #API Portal
Steps involved
============
1)Configure Docker settings
2)Sign up for Webmethods API Portal – Trial License
3)Download - API Portal Scripts
4)Docker Compose - DockerFile
5)Install/Run - API Portal
6)Login - API Portal
Prerequisites
===========
1)Installed and Running Docker
3)A cygwin shell (for Windows)
STEP1 : Sign up for Webmethods API Portal – License
=======================================
STEP2 : Download - API Portal Scripts
==========================
Below command to login
docker login
Create a folder
[D:\API-Docker]
Execute the command to download the scripts
docker run --rm -v D:\API-Docker:/arisDockerSetup store/softwareag/aris-deploy-tools:10.0.10.0 D:\API-Docker\ store/
Modify files : D:\API-Docker\compose\.env
enhancementspath=D:/API-Docker/enhancements
Set environment variable [arisDockerSetupBase] using cgywin
export arisDockerSetupBase=D:/API-Docker
STEP3 : Docker Compose - DockerFile
===============================
STEP4 : Install/Run - API Portal
==========================
Below command to run the API Portal
docker-compose -p api up -d
STEP5 : Login - API Gateway
=======================
Login with the default credentials and create a new user
Username : superuser
Password : superuser
#Docker #WebMethods #API Portal
Steps involved
============
1)Configure Docker settings
2)Sign up for Webmethods API Portal – Trial License
3)Download - API Portal Scripts
4)Docker Compose - DockerFile
5)Install/Run - API Portal
6)Login - API Portal
Prerequisites
===========
1)Installed and Running Docker
3)A cygwin shell (for Windows)
STEP1 : Sign up for Webmethods API Portal – License
=======================================
STEP2 : Download - API Portal Scripts
==========================
Below command to login
docker login
Create a folder
[D:\API-Docker]
Execute the command to download the scripts
docker run --rm -v D:\API-Docker:/arisDockerSetup store/softwareag/aris-deploy-tools:10.0.10.0 D:\API-Docker\ store/
Modify files : D:\API-Docker\compose\.env
enhancementspath=D:/API-Docker/enhancements
Set environment variable [arisDockerSetupBase] using cgywin
export arisDockerSetupBase=D:/API-Docker
STEP3 : Docker Compose - DockerFile
===============================
STEP4 : Install/Run - API Portal
==========================
Below command to run the API Portal
docker-compose -p api up -d
STEP5 : Login - API Gateway
=======================
Login with the default credentials and create a new user
Username : superuser
Password : superuser
Комментарии