InstallWhere is the openmrs-runtime.properties fileDelete the openmrs-runtime.properties file during a reinstall.When openmrs starts up, it will print a message to the server log file about where it is. Look for the string "Using runtime properties file: " and the path following it. https://wiki.openmrs.org/display/docs/Troubleshooting+Installation#TroubleshootingInstallation-Windows7 https://wiki.openmrs.org/display/docs/Overriding+OpenMRS+Default+Runtime+Properties How to clone a specific branch of a repositorygit init git clone -b 1.9.0 https://github.com/openmrs/openmrs-core.git mvn clean install -Dskip test D:\work\src\keplerworkspace\openmrs-core-master19>git branch -r origin/1.10.x origin/1.4.x origin/1.5.x origin/1.6.x origin/1.7.x origin/1.8.x origin/1.9.x origin/HEAD -> origin/master origin/ajax-dashboard origin/approximate-datetime origin/centralized-auditing origin/global-property-types origin/hibernate-search origin/hl7-nk1 origin/improved-person-attribute-type origin/master origin/metadata-localization origin/moduleadmin origin/obs-codes-expanded origin/order-entry origin/structured-numeric mysql> select md5sum from liquibasechangelog where id ='200902142213'; +------------------------------------+ | md5sum | +------------------------------------+ | 3:ace82a1ecb3a0c3246e39f0bebe38423 | +------------------------------------+ |