install openMRS SDK

can anyone tell me should I download openMRS SDK for development, or can I continue with Docker?

2 Likes

It’s upto you, whichever you prefer.

1 Like

Yes! You can continue with Docker for OpenMRS development. It simplifies dependency management, ensures consistency across environments, and is widely used in production. However, if you need more flexibility for local development and debugging, the OpenMRS SDK is a great choice. For beginners, Docker is recommended because it reduces setup complexity. Happy coding :blush:

1 Like

how do I find docker container for OPENMrs server. currently i’m using openMrs SDK installed in my local machine

If you’re looking for a Docker setup for OpenMRS, you’re on the right track! OpenMRS provides official Docker images that make deployment easier. You can find them on Docker Hub:

:link: OpenMRS Docker Hub

For a detailed guide on setting up OpenMRS with Docker, check out this official documentation:

:open_book: OpenMRS Docker Setup Guide

This is a great resource for curious contributors! Let me know if you need help getting started. :rocket:

1 Like