Viewing the effects of the change in code on Openmrs-core

thank you @herbert24 But i have ever logged-in into OpenMRS at http://localhost:8080/openmrs when i mvn openmrs-sdk:run Does my sdk require further installation using the guide at the link you sent me or it is aready setup?

take me through the steps you have taken to start the sdk here,

these are the steps i have ever executed

  • mvn org.openmrs.maven.plugins:openmrs-sdk-maven-plugin:setup-sdk
  • mvn openmrs-sdk:setup
  • mvn clean install openmrs-sdk:run

The last command should be mvn openmrs-sdk:run.

You can actually run it directly as shown, though it’s not usually how we recommend doing it.

Is the former command required to be run from the root of the server which was setup?

No… However you launch openmrs-sdk:run it’s still going to prompt you the same way it does if run alone.

1 Like

thanks @ibacher for the clarification