{"id":19269044,"url":"https://github.com/borgoat/docker-openmrs-platform","last_synced_at":"2026-05-12T20:45:56.253Z","repository":{"id":123368645,"uuid":"93730666","full_name":"borgoat/docker-openmrs-platform","owner":"borgoat","description":"OpenMRS is a Medical Record System. OpenMRS Platform is the backend where modules are installed.","archived":false,"fork":false,"pushed_at":"2017-06-08T11:56:21.000Z","size":69524,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-05T12:42:25.519Z","etag":null,"topics":["docker","docker-compose","openmrs"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/borgoat.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2017-06-08T09:18:53.000Z","updated_at":"2021-04-06T16:48:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"70348638-ffc1-4c12-ac9c-90842130effa","html_url":"https://github.com/borgoat/docker-openmrs-platform","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borgoat%2Fdocker-openmrs-platform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borgoat%2Fdocker-openmrs-platform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borgoat%2Fdocker-openmrs-platform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borgoat%2Fdocker-openmrs-platform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/borgoat","download_url":"https://codeload.github.com/borgoat/docker-openmrs-platform/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240371761,"owners_count":19790888,"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-compose","openmrs"],"created_at":"2024-11-09T20:18:14.832Z","updated_at":"2026-05-12T20:45:51.225Z","avatar_url":"https://github.com/borgoat.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpenMRS Platform\n\n**Please note that this  is [OpenMRS platform](http://openmrs.org/download/), modules must be installed for a functional EMR system. Use [giorgioazzinnaro/openmrs-reference-application](https://hub.docker.com/r/giorgioazzinnaro/openmrs-reference-application) if you would like to get the default distribution.**\n\n## Configuration\n\nThis runs on top of [tomcat:8-jre8-alpine](https://hub.docker.com/_/tomcat/).\n\nOpenMRS depends on [mysql:5.6](https://hub.docker.com/_/mysql/) as database.\n\n```\ndocker run --name openmrs-mysql -e MYSQL_ROOT_PASSWORD=my-secret-pw -d mysql:5.6\n```\n\nNow run one `giorgioazzinnaro/openmrs-platform` instance linking it to `openmrs-mysql` (keep your MySQL password in mind for first configuration) and expose port 8080.\n\n```\ndocker run --name openmrs-platform --link openmrs-mysql:mysql -it -p 8080:8080 giorgioazzinnaro/openmrs-platform:2.0.5\n```\n\nPoint your browser to [localhost:8080/openmrs](http://localhost:8080/openmrs), and select `Advanced` installation.  \nChange your database connection string to look like this:\n\n```\njdbc:mysql://mysql:3306/@DBNAME@?autoReconnect=true\u0026sessionVariables=default_storage_engine=InnoDB\u0026useUnicode=true\u0026characterEncoding=UTF-8\n```\n*note `localhost` was replaced with `mysql`*\n\nGo on selecting the database to be created:\n\n*Do you currently have an OpenMRS database installed that you would like to connect to?*: `No`  \n*username*: root  \n*password*: `$MYSQL_ROOT_PASSWORD` (*the password you selected for your MySQL container*)\n\nOn the next page, again enter `$MYSQL_ROOT_PASSWORD` so that the installer creates the new user.\n\nNow change all other settings as desired.\n\nAfter configuration the homepage should note that only the REST API can be used at this stage, if at this point you expected a fully functional EMR system, you should move over to [giorgioazzinnaro/openmrs-reference-application](https://hub.docker.com/r/giorgioazzinnaro/openmrs-reference-application), the default OpenMRS implementation.\n\n## Modules installation\n\nBecause this is just OpenMRS platform, modules should be added to provide functionality.\n\nModules are installed at `/root/.OpenMRS/modules`, which is exposed as volume, so either that can be mounted, or files can be copied over to the container.\n\n\n## docker-compose\n\nFor ease of use, a `docker-compose.yml` file is provided in the GitHub repo.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fborgoat%2Fdocker-openmrs-platform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fborgoat%2Fdocker-openmrs-platform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fborgoat%2Fdocker-openmrs-platform/lists"}