De-suung Management Information System (DMIS) is designed to manage the desuups and their activities in Bhutan
1. Grails 2.4.4-
MySQL or PostgreSQL database for data storage
-
Tomcat application server
-
JDK7 (jdk1.7.0_79)
-
Wkhtmltopdf
mac
brew install wkhtmltopdf
linux
apt-get install wkhtmltopdf
Finally make sure the following command works as expected:
wkhtmltopdf www.google.de test.pdf
Put the following line into your application.groovy and adjust the path to your wkhtmltopdf binary (which wkhtmltopdf)
unix
grails.plugin.wkhtmltopdf.binary = "/pathTo/wkhtmltopdf"
windows
grails.plugin.wkhtmltopdf.binary="C:/pathTo/wkhtmltopdf.exe"
heapsize: in /etc/default/tomcat7 jdk1.7.0_79