Setting up OpenMRS ES Module (O3) as Frontend with OpenMRS Core as Backend

I have successfully set up OpenMRS Core as the backend on Tomcat, and I am currently using OpenMRS O2 as the frontend, which is working perfectly. However, I want to transition to using OpenMRS ES Module (O3) as the frontend while connecting it to my OpenMRS Core instance instead of the default OpenMRS community server backend. I am finding the documentation unclear and need assistance on the correct steps to configure O3 to work with OpenMRS Core.

@rijan17 @raghav_11255 @gaarimaa @santosh @tendomart @lumuchris256

1 Like

@nanakshrestha Follow this https://openmrs.atlassian.net/wiki/spaces/docs/pages/25476136/OpenMRS+SDK

  1. go to Terminal and punch in mvn openmrs-sdk:setup
Select option 1 You can setup the following servers:
1) O3 Distribution
2) 2.x Distribution
3) Platform

Option 1 will setup both Core and 03 for you at the same time (03 Frontend, Gateway and Backend)

of If you into docker use https://openmrs.atlassian.net/wiki/spaces/docs/pages/150930190/Set+Up+an+Instance+of+O3

1 Like

I have already did this!!! - Is this the correct method for setting up OpenMRS O3? I want to setup in my localhost.

There are many ways and this is one of the easiest, if you setting up for development .