Skip to content

NickHeap/docker-oe117-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-oe117-setup

docker commands

Build the docker image

docker build -t oe117-setup:0.1 -t oe117-setup:latest .

Run the container

docker run -it --rm --name oe117-setup oe117-setup:latest bash

Install openedge in the container

/install/openedge/proinst

Do an install for the db server

N to install as full version OpenEdge Enterprise RDBMS
Say No to enabling explorer
Continue with sql enabled
English - American as language and make default
Collation - American,United_States,ISO8859-1,Basic,Basic
Date format - dmy
Number format - (comma, period)
Copy the scripts - No

Do an install for the appserver

N to install as full version OpenEdge Application Server
Say No to enabling explorer
Say No to using Sonic ESB
Say No to Webspeed
English - American as language and make default
Charset,CollationCase - American,United_States,ISO8859-1,Basic,Basic
Date format - dmy
Number format - (comma, period)
Web Services Adapter URL - http://localhost:80/wsa/wsa1
WSA Authentication - No
Install - yes
Copy the scripts - No

Do an install for webspeed

N to install as full version
OpenEdge Application Server
4GL Development System
Say No to enabling explorer
Say No to using Sonic ESB
Say No to Webspeed
English - American as language and make default
Charset,CollationCase - American,United_States,ISO8859-1,Basic,Basic
Date format - dmy
Number format - (comma, period)
Web Services Adapter URL - http://localhost:80/wsa/wsa1
WSA Authentication - No
Install - yes
Copy the scripts - No

Copy the response.ini, progress.cfg & ubroker.properties from the install to use in other images

docker cp oe117-setup:/usr/dlc/install/response.ini conf/
docker cp oe117-setup:/usr/dlc/progress.cfg conf/
docker cp oe117-setup:/usr/dlc/properties/ubroker.properties conf/

Stop the container

docker stop oe117-setup

Clean the container

docker rm oe117-setup

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

About

Setup image for generating response.ini files

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published