{"id":19622479,"url":"https://github.com/nickheap/docker-oe117-setup","last_synced_at":"2026-05-16T19:07:39.308Z","repository":{"id":257804549,"uuid":"123996782","full_name":"NickHeap/docker-oe117-setup","owner":"NickHeap","description":"Setup image for generating response.ini files","archived":false,"fork":false,"pushed_at":"2018-05-10T07:29:08.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-26T19:25:57.009Z","etag":null,"topics":["docker","dockerfile","linux","openedge"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NickHeap.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"code-of-conduct.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-03-06T00:28:56.000Z","updated_at":"2022-04-06T16:53:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"738e185a-b319-4649-87f4-524a934df037","html_url":"https://github.com/NickHeap/docker-oe117-setup","commit_stats":null,"previous_names":["nickheap/docker-oe117-setup"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/NickHeap/docker-oe117-setup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NickHeap%2Fdocker-oe117-setup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NickHeap%2Fdocker-oe117-setup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NickHeap%2Fdocker-oe117-setup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NickHeap%2Fdocker-oe117-setup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NickHeap","download_url":"https://codeload.github.com/NickHeap/docker-oe117-setup/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NickHeap%2Fdocker-oe117-setup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33115460,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T18:38:32.183Z","status":"ssl_error","status_checked_at":"2026-05-16T18:38:29.903Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","dockerfile","linux","openedge"],"created_at":"2024-11-11T11:27:54.671Z","updated_at":"2026-05-16T19:07:39.293Z","avatar_url":"https://github.com/NickHeap.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-oe117-setup\n\n## docker commands\n\n### Build the docker image\n\n```bash\ndocker build -t oe117-setup:0.1 -t oe117-setup:latest .\n```\n\n### Run the container\n\n```bash\ndocker run -it --rm --name oe117-setup oe117-setup:latest bash\n```\n\n### Install openedge in the container\n\n```bash\n/install/openedge/proinst\n```\n\n### Do an install for the db server\n\nN to install as full version\nOpenEdge Enterprise RDBMS  \nSay No to enabling explorer  \nContinue with sql enabled  \nEnglish - American as language and make default  \nCollation - American,United_States,ISO8859-1,Basic,Basic  \nDate format - dmy  \nNumber format - (comma, period)  \nCopy the scripts - No  \n\n### Do an install for the appserver\n\nN to install as full version\nOpenEdge Application Server  \nSay No to enabling explorer  \nSay No to using Sonic ESB  \nSay No to Webspeed  \nEnglish - American as language and make default  \nCharset,CollationCase - American,United_States,ISO8859-1,Basic,Basic  \nDate format - dmy  \nNumber format - (comma, period)  \nWeb Services Adapter URL - \u003chttp://localhost:80/wsa/wsa1\u003e  \nWSA Authentication - No  \nInstall - yes  \nCopy the scripts - No  \n\n### Do an install for webspeed\n\nN to install as full version  \nOpenEdge Application Server  \n4GL Development System  \nSay No to enabling explorer  \nSay No to using Sonic ESB  \nSay No to Webspeed  \nEnglish - American as language and make default  \nCharset,CollationCase - American,United_States,ISO8859-1,Basic,Basic  \nDate format - dmy  \nNumber format - (comma, period)  \nWeb Services Adapter URL - \u003chttp://localhost:80/wsa/wsa1\u003e  \nWSA Authentication - No  \nInstall - yes  \nCopy the scripts - No  \n\n### Copy the response.ini, progress.cfg \u0026 ubroker.properties from the install to use in other images\n\n```bash\ndocker cp oe117-setup:/usr/dlc/install/response.ini conf/\ndocker cp oe117-setup:/usr/dlc/progress.cfg conf/\ndocker cp oe117-setup:/usr/dlc/properties/ubroker.properties conf/\n```\n\n### Stop the container\n\n```bash\ndocker stop oe117-setup\n```\n\n### Clean the container\n\n```bash\ndocker rm oe117-setup\n```\n\n- - -\n\nPlease note that this project is released with a [Contributor Code of Conduct](code-of-conduct.md). By participating in this project you agree to abide by its terms.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickheap%2Fdocker-oe117-setup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnickheap%2Fdocker-oe117-setup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickheap%2Fdocker-oe117-setup/lists"}