After Installation, module implentation

Ng123: openmrs3

Question: Hi, I am new to openmrs from India, I have installed openmrs according to the installation guidelines in the wiki, i have installed the main repo of openmrs-core, now after running the code it shows to install modules, yet after installing module repo, i can’t seem to run the legacy ui as mvn clean install is giving me failure. I have tried to work with sdk as well and in that if i try to run the platform instead of any other openmrs3 Snapshot then even if i install any omod and upload it, it is not being uploaded and showing errors. My main goal is to make my own module and run it, with some existing modules that i want. Please help me understand the proper installation for all the modules. I have Java 8, mvn 3.9.9, mysql 5.6+. Am i missing some step for installation of modules or i have to just clone the repository, do mvn clean install and then run the jetty again in openmrs-core/webapp dir?

If you just want to work on your own module, you shouldn’t need to fork and checkout core. You can follow the instructions here. It’s not impossible to do what you’re trying to do, but it requires a lot of work on your end that the SDK is designed to simplify.

Hi, I treid that setup with JDK17 on Ubuntu x86 for the reference application to avoid having to build everything from scratch. i.e. mvn openmrs-sdk:setup I found O3 v3.50, 3.41, and 3.40 to fail installation (bahmni problem); and version 3.3.1 fails to find all the plugins Version 03 3.2.1 with platoform 2.6 completes installation but fails to load the frontend, thinking there is no reference application

  • at least on my system the out-of-the-box instructions are not working with JDK17; I’m retesting with JDK11 now Just trying to figure out the best way to install a server on a reguslar linux box to begin looking at developing a module.