What's the recommended OpenMRS application directory?

@arbaughj @teleivo noticed the solution is to create the .OpenMRS folder in /usr/share/tomcat7 then change the owner of the folder to the tomcat user i.e:

mkdir /usr/share/tomcat7/.OpenMRS chown -R tomcat7:tomcat7 /usr/share/tomcat7/.OpenMRS/

1 Like