Cant link Appointment module to the source code on the host machine

I have linked the openmrs-module-bahmniapps to vagrant as described here and I can see the changes I made except the changes on the appointment module, how to link this module like the others?

@hassan180 I believe for the backend modules you may need to build the appointments module using mvn clean install . Replace the old appointment omod with the new one you have built. The location of the modules is likely /opt/openmrs/modules and then restart the server.

1 Like