I think the error came coz I skipped (cd openmrs-core/webapp), but it was responding with no file or directory found.
Aftern opening another shell, I got these results as attached:
This is the response:
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:
the last kill command.
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?
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.
I’ve installed Docker as per attached:
After installing openMRS core as per attached, I get the BUILD FAILURE errors at last
:
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?
Are you creating your first module or you are installing an sdk instance?