docker build -t oe117-setup:0.1 -t oe117-setup:latest .
docker run -it --rm --name oe117-setup oe117-setup:latest bash
/install/openedge/proinst
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
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
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
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/
docker stop oe117-setup
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.