代码拉取完成,页面将自动刷新
FIRST TIME ONLY:
OracleSOASuite/setenv.sh
file to point
to the right locations for the following environment variables
specific to your environment (See top of file):DC_USERHOME
, DC_REGISTRY_SOA
, DC_REGISTRY_DB
Setup your current environment (running bash
)
# cd OracleSOASuite/samples
# source ../setenv.sh
Setup and start the Database container
Ensure port 1521 is free for use for the database
netstat -an | grep 1521
Start the DB Container
docker-compose up -d soadb
docker logs -f soadb
Starting the Admin Server (AS) container.
Ensure Database is up first
Start AS - First Run will run RCU and create the SOA schemas, Create the needed Domain (SOA/OSB/BPM etc) and Start the Admin Server
Subsequent runs will just start the already configured Admin Server
docker-compose up -d soaas
docker logs -f soaas
Starting the Managed Server (MS) container
Ensure the Admin Server is up first, then run:
docker-compose up -d soams
docker logs -f soams
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。