hey there been trying to set up an OpenMRS server every time i run this command mvn openmrs-sdk:setup all i get is error BUILD FAILURE and error failed to execute goal
could you tell the steps you have done( or a documentation you are following) and also share the logs via pastebin.com
Kindly is it okay you delete ~/openmrs/sdk.properties
then run mvn org.openmrs.maven.plugins:openmrs-sdk-maven-plugin:4.1.1:setup-sdk
to create a new server?
thank you will try
above are the set up logs for the server and this is the doc guide iam following to set up the server ==>Set Up OpenMRS Server with OpenMRS SDK and Docker - Documentation - OpenMRS Wiki
This is your error [ERROR] Failed to execute goal org.openmrs.maven.plugins:openmrs-sdk-maven-plugin:4.3.0:setup (default-cli) on project standalone-pom: Failed to setup server
Could this be of help? Announcing OpenMRS SDK 4.3.0 - #12 by ibacher
Am experiencing the same problem I failed to install open mrs database anyone who can help me on that issue
@agabaderrick as per the shared logs, you’re setting up the server before installing OpenMRS SDK on your system. First run
mvn org.openmrs.maven.plugins:openmrs-sdk-maven-plugin:setup-sdk
to install the SDK on your system and then set up the server.
sure… let me proceed