Development
From www.sermyadmin.org
Environment
serMyAdmin is developed in Grails, "Groovy on rails". Grails is a high-productivity web framework based on the Groovy language. If you are experienced with OO programming you will be able to learn grails in a few days. It is really easy.
Grails Links: To Install grails, check the installation instructions at the grails. Some useful links:
Development Instructions
Step 1: Preparing the Environment
Install grails 1.0.5 according to the installation instructions provided in its website.
Step 2: Download the source code from SVN:
svn checkout http://subversion.assembla.com/svn/sermyadmin/trunk sermyadmin
Step 3: Edit the source code with your IDE of your choice,
recommended:
Step 4: To create the war file
Open the console and go to project and run this command:
.war for prodution:
grails prod-war
.war for develop:
grails dev-war
Any doubt follow the Quick Start in Grails Links.

