Skip to content

Repository files navigation

De-suung Management Information System (DMIS) is designed to manage the desuups and their activities in Bhutan

Requirements:

1. Grails 2.4.4
  1. MySQL or PostgreSQL database for data storage

  2. Tomcat application server

  3. JDK7 (jdk1.7.0_79)

  4. Wkhtmltopdf

1. Grails 2.4.4

For the installation of grails, follow the instructions on the grails page

2. MySQL or PostgreSQL

For MySQL, follow the installation guide document, and for PostgreSQL, follow this page.

3. Tomcat Application Server

For the installation of tomcat, follow the instructions on this page

4. Wkhtmltopdf

Wkhtmltopdf is used for rendering the gsp pages as pdf document.

Installation

mac

brew install wkhtmltopdf

linux

apt-get install wkhtmltopdf

Finally make sure the following command works as expected:

wkhtmltopdf www.google.de test.pdf

Configuration

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"

4. Database settings

Change the contents of conf/DataSource.groovy to reflect the database
,

heapsize: in /etc/default/tomcat7 jdk1.7.0_79

About

A system to manage desuups and their activities in Bhutan

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages