Development

From www.sermyadmin.org

Jump to: navigation, search

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:

  • Grails website [1]
  • Grails Doc [2]
  • Quick Start [3]

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:

  • IntellIJ IDEA [4]
  • NetBeans [5]

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.

Personal tools