To deploy Weceem as a binary WAR you will need a Java servlet container such as Tomcat, and Java 6.
Step 1. Download Weceem 1.1.2 (39 MB)
Step 2. Install into your Servlet Container
It requires access to an SQL database that has a hibernate-compatible JDBC driver, which you must have on your Servlet Container classpath.
You can also download the source code from github.
To use Weceem functionality in your own Grails application:
Step 1. Run: grails install-plugin weceem
Step 2. Update Config.groovy
Grails 1.3.1 or higher is necessary, Grails 1.3.7 is recommended.
For Grails 2.0 you must use RC3 or higher.
Read the Installation guide here.
Latest source code: Weceem source code is hosted on Github.