Can not Create OpenMRS instance

Am trying to create an OpenMRS instance but the execution throws error. I need help

@kdaud can you try to use a different server id eg server1 or openmrsserver and also run mvn openmrs-sdk:setup -X and after that post the server side error logs

@irenyak1, the solution given seems to work but the process requires some input.
Please specify your container id/name/label (you can get it using command `docker ps -a):

Am wondering what to put here! When I run
docker ps -a
I get this output

what approach are you exactly using ?? docker? or sdk?

@mozzy Have not got what you meant. Any other way to express it for me

i meant how exactly are you doing the installation?? Are you using docker container?? are you using the sdk ??

@mozzy, am using sdk!

  • @kdaud what is your exact use case , like what do you exactly want to do??
  • Can you list down the steps you’ve done so far and where it exactly fails ??

@kdaud some time back you had a post here on how to install openmrs on linux, could this be still holding to this far,if so i will pick up some time to take you step by step,just waiting to hear from you!!!

I want to run openmrs locally. I have so far done the following
Have run
1. mvn org.openmrs.maven.plugins:openmrs-sdk-maven-plugin:setup-sdk
2. mvn openmrs-sdk:help
and confirmed that the SDK is working.
3. mvn openmrs-sdk:setup inorder to create OpenMRS instance but not yet achieved success
cc: @mozzy

Well, I got stack when i tried all the possible solutions that i was given and didn’t work through for almost 4days. I took up my mind and re-installed the os(linux). I then succeeded with the challenge I had by then ie mvn installation
cc: @herbert24

@kdaud in the first step didnt you set up a server, if you did please just do mvn openmrs-sdk:run

if you simply want openmrs locally , have you learnt about the standalone installtion ??

@kdaud find me here https://www.uberconference.com/herbertyiga and i check out on what you are doing step by step!

@irenyak1, the solution given seems to work but the process requires some input. Please specify your container id/name/label (you can get it using commanddocker ps -a):Am wondering what to put here! When I rundocker ps -a` I get this output

@kdaud send me the terminal log you get when you run this command mvn openmrs-sdk:help

@mozzy, I want to create my own module. And then run it on top of of openmrs.

@kdaud send me the terminal log you get when you run this command mvn org.openmrs.maven.plugins:openmrs-sdk-maven-plugin:setup-sdk

@kdaud can you spare in some minutes and have a one on one with some of the people here on call to get you helped quickly since this has taken you several days .cc @mozzy @irenyak1

@kdaud if you want to create your own module have you looked at this http://devmanual.openmrs.org/en/Case_study/yourFirstModule.html