Giter Site home page Giter Site logo

docker-openmrs-platform's Introduction

OpenMRS Platform

Please note that this is OpenMRS platform, modules must be installed for a functional EMR system. Use giorgioazzinnaro/openmrs-reference-application if you would like to get the default distribution.

Configuration

This runs on top of tomcat:8-jre8-alpine.

OpenMRS depends on mysql:5.6 as database.

docker run --name openmrs-mysql -e MYSQL_ROOT_PASSWORD=my-secret-pw -d mysql:5.6

Now run one giorgioazzinnaro/openmrs-platform instance linking it to openmrs-mysql (keep your MySQL password in mind for first configuration) and expose port 8080.

docker run --name openmrs-platform --link openmrs-mysql:mysql -it -p 8080:8080 giorgioazzinnaro/openmrs-platform:2.0.5

Point your browser to localhost:8080/openmrs, and select Advanced installation.
Change your database connection string to look like this:

jdbc:mysql://mysql:3306/@DBNAME@?autoReconnect=true&sessionVariables=default_storage_engine=InnoDB&useUnicode=true&characterEncoding=UTF-8

note localhost was replaced with mysql

Go on selecting the database to be created:

Do you currently have an OpenMRS database installed that you would like to connect to?: No
username: root
password: $MYSQL_ROOT_PASSWORD (the password you selected for your MySQL container)

On the next page, again enter $MYSQL_ROOT_PASSWORD so that the installer creates the new user.

Now change all other settings as desired.

After 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, the default OpenMRS implementation.

Modules installation

Because this is just OpenMRS platform, modules should be added to provide functionality.

Modules 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.

docker-compose

For ease of use, a docker-compose.yml file is provided in the GitHub repo.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.