{"id":18824661,"url":"https://github.com/embarcadero/pa-radserver-ib-docker","last_synced_at":"2025-10-19T13:27:13.478Z","repository":{"id":80637703,"uuid":"217745784","full_name":"Embarcadero/pa-radserver-ib-docker","owner":"Embarcadero","description":"Docker script for RAD Studio Linux deployment including RAD Server engine and InterBase database","archived":false,"fork":false,"pushed_at":"2025-04-10T01:07:48.000Z","size":1345,"stargazers_count":9,"open_issues_count":1,"forks_count":4,"subscribers_count":14,"default_branch":"main","last_synced_at":"2025-04-13T17:16:13.508Z","etag":null,"topics":["docker","docker-image","dockerfile","embarcadero","interbase","rad","rad-server","rad-studio"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/radstudio/pa-radserver-ib","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Embarcadero.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"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":"2019-10-26T17:35:37.000Z","updated_at":"2025-04-10T01:07:52.000Z","dependencies_parsed_at":"2024-01-15T13:15:01.689Z","dependency_job_id":"74d42d62-8051-46a2-af16-29dab1f177f5","html_url":"https://github.com/Embarcadero/pa-radserver-ib-docker","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Embarcadero%2Fpa-radserver-ib-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Embarcadero%2Fpa-radserver-ib-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Embarcadero%2Fpa-radserver-ib-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Embarcadero%2Fpa-radserver-ib-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Embarcadero","download_url":"https://codeload.github.com/Embarcadero/pa-radserver-ib-docker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248807519,"owners_count":21164696,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","docker-image","dockerfile","embarcadero","interbase","rad","rad-server","rad-studio"],"created_at":"2024-11-08T00:57:06.684Z","updated_at":"2025-10-19T13:27:08.411Z","avatar_url":"https://github.com/Embarcadero.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pa-radserver-ib-docker\n\u003ca href=\"https://www.embarcadero.com/products/rad-server\"\u003e\u003cimg alt=\"Embarcadero RAD Server\" src=\"https://user-images.githubusercontent.com/821930/228645955-70692390-f3e0-4f15-937e-7935725b3684.png\" align=\"right\"\u003e\u003c/a\u003e\nDocker script to build RAD Studio Linux deployment including RAD Server engine and InterBase database\n\n- Container available on [Docker Hub](https://hub.docker.com/r/radstudio/pa-radserver-ib)\n- DocWiki [PAServer Documentation](http://docwiki.embarcadero.com/RADStudio/en/PAServer,_the_Platform_Assistant_Server_Application)\n- DocWiki [RAD Server Docker Deployment](https://docwiki.embarcadero.com/RADStudio/en/RAD_Server_Docker_Deployment)\n- More information on [InterBase](https://docwiki.embarcadero.com/InterBase/2017/en)\n- More information on [RAD Studio](https://www.embarcadero.com/products/rad-studio)\n- Other containers: [InterBase](https://github.com/Embarcadero/InterBase-Docker) only, [PAServer](https://github.com/Embarcadero/paserver-docker) and [RAD Server container](https://github.com/Embarcadero/pa-radserver-docker).\n\nThe image defaults to running **PAServer** on port `64211` with the _password_ `securepass`\n\nThe 10.x images use Ubuntu 18.04.6 LTS (Bionic Beaver) while the 11.x images use Ubuntu 22.04.1 LTS (Jammy Jellyfish)\n\n## Instructions\n\nIf you want to modify or build from GitHub without using [Docker Hub](https://hub.docker.com/r/radstudio/pa-radserver-ib), you can build the Dockerfile use the `build.sh` script. Note: The Dockerfile requires the `radserver_docker.sh` script in the same directory\n```\n./build.sh \n```\n\nTo pull the [Docker Hub version of pa-radserver-ib](https://hub.docker.com/r/radstudio/pa-radserver-ib) image use the `pull.sh` script\n```\n./pull.sh\n```\nor\n```\ndocker pull radstudio/pa-radserver-ib:latest\n```\nWhere `latest` is the desired tag.\n\nTo pull and run the [Docker Hub](https://hub.docker.com/r/radstudio/pa-radserver-ib) version of pa-radserver-ib Docker for a debug/non-production environment use the `pull-run.sh` script\n```\n./pull-run.sh\n```\n\nTo run the [Docker Hub version of pa-radserver-ib Docker](https://hub.docker.com/r/radstudio/pa-radserver-ib) use the `run.sh` script\n```\n./run.sh\n```\n\nTo run the [Docker Hub version of pa-radserver-ib Docker](https://hub.docker.com/r/radstudio/pa-radserver-ib) for in InterBase only mode use the `run-interbase-only.sh` script\n```\n./run-interbase-only.sh\n```\n\nTo configure the `emsserver.ini` file of an already running instance of *pa-radserver-ib* run the `config.sh` script\n```\n./config.sh\n```\nThe config.sh script will restart apache automatically. \n\nThe Solutions directory contains possible usage scenarios for using the *pa-radserver-ib Docker* image. \nThe `Custom-RAD_Server-Module` solution is for the scenario in which the user has a custom module they want to deploy to RAD Server. The custom endpoint resource module needs to be in the same directory as the Dockerfile when the `build-run.sh` script is called. \nUsage: `./build-run.sh [module file name]`\n\nExample:\n```\n./build-run.sh samplemodule.so\n```\n--- \n\nThis software is Copyright \u0026copy; 2024 by [Embarcadero Technologies, Inc.](https://www.embarcadero.com/)\n\n_You may only use this software if you are an authorized licensee of an Embarcadero developer tools product. See the latest [software license agreement](https://www.embarcadero.com/products/rad-studio/rad-studio-eula) for any updates._\n\n![Embarcadero(Black-100px)](https://user-images.githubusercontent.com/821930/211648635-c0db6930-120c-4456-a7ea-dc7612f01451.png#gh-light-mode-only)\n![Embarcadero(White-100px)](https://user-images.githubusercontent.com/821930/211649057-7f1f1f07-a79f-44d4-8fc1-87c819386ec6.png#gh-dark-mode-only)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fembarcadero%2Fpa-radserver-ib-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fembarcadero%2Fpa-radserver-ib-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fembarcadero%2Fpa-radserver-ib-docker/lists"}