Help to Setup OpenMRS in macOS - High Sierra

Aftern opening another shell, I got these results as attached:Screen Shot 2021-02-28 at 14.22.34 Screen Shot 2021-02-28 at 14.22.52 Screen Shot 2021-02-28 at 14.23.30

This is the response:Screen Shot 2021-02-28 at 14.30.07

Oh sorry @kabiinjuguna. The error is because the port you want to use is already in use. Kindly terminate the process and proceed or use another port i.e. 8081. To kill the port use the following commands:

sudo lsof -i tcp:8080

Replace 3000 with whichever port you want. Run below command to kill that process.

sudo kill -9 PID(enter the PID value reflected after running the first command) 

Kindly, check as per attached:Screen Shot 2021-02-28 at 14.53.29 the last kill command.

Screen Shot 2021-02-28 at 15.01.40

Oh sorry! run the commands on the new terminal besides that you are trying to install platform which you are bound to face the following problem as the one reported here: You cannot view or manage addon manager at the end. I would advice you install an SDK instance and choose Distribution instead of Platform . Which will ensure that you have user interface modules.

Kindly share the link coz i’ve searched and I couldn’t find

Are you asking about the sdk installation steps on this link OpenMRS SDK - Documentation - OpenMRS Wiki or which link are you asking?

Kindly, specify which one, or else you open the link I download directly:

Or maybe you can ask me to go to the terminal, and request me to show you if I’ve installed Java, Maven, Tomcat and OpenMRS?

Kindly proceed with the steps below the tickets.

Screen Shot 2021-02-28 at 15.43.32 Screen Shot 2021-02-28 at 15.43.58

Screen Shot 2021-02-28 at 15.46.44

I’ve installed Docker as per attached:Screen Shot 2021-02-28 at 19.23.10

After installing openMRS core as per attached, I get the BUILD FAILURE errors at lastScreen Shot 2021-02-28 at 19.41.24 Screen Shot 2021-02-28 at 19.41.42 :

After I’ve installed Eclipse as per attached photos, I need to import some files from the root directory of Maven,any help?

Do I need to create Maven projects so that they reflect on the import list?

Which groupId (default: ‘org.openmrs.module’): am I supposed to put as per attachement?Screen Shot 2021-03-01 at 00.09.09

Are you creating your first module or you are installing an sdk instance?

You are going to have a problem with this version of mysql during installation of an sdk instance . To be on the safe side, kindly downgrade it to 5.6.