source: trunk/INSTALL @ 871

Last change on this file since 871 was 699, checked in by gav, 13 years ago

Add INSTALL text file.

File size: 487 bytes
Line 
1GnuMims is a web application built with the Grails (www.grails.org) web framework.
2To run from source a working Grails installation is required.
3To run from WAR (web application archive) a working Java servlet (e.g: Tomcat) is required.
4
5To run from source:
6 - cd $projectdir
7 - grails run-app
8
9To run from war:
10 - select and configure database.
11 - deploy to Java application server as per server instructions.
12
13See www.gnumims.org for more.
14http://www.gnumims.org/trac/wiki/Installing
Note: See TracBrowser for help on using the repository browser.