Archive for August, 2008

OpenMRS database auto update

August 13, 2008

A few days ago, I started making an initial patch to OpenMRS to update the database to the required version at the deployment time of the web application automatically using Liquibase, a unique tool to perform the database changes in a database implementation independent manner. This will eliminate the step where the user has to [...]

OpenMRS update

August 12, 2008

A few weeks ago, I created an external web application (WAR) separate from the OpenMRS WAR to update the OpenMRS to the latest release. It was a working but proof-of-concept work. It worked as follows.
The WAR file is deployed in the Tomcat application server where the OpenMRS is running. The update web application shows the [...]