Changes between Version 1 and Version 2 of QuickStart
- Timestamp:
- Feb 7, 2011, 3:42:35 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QuickStart
v1 v2 21 21 22 22 The following list of commands is known to work under Ubuntu 8.04, provided you have put <pre>grails-1.3.4</pre> in <pre>/app</pre> and installed <pre>sun-java6-jdk</pre>: 23 <pre> 23 {{{ 24 24 export JAVA_HOME=/usr/lib/jvm/java-6-sun 25 25 export GRAILS_HOME=/app/grails-1.3.4 # or change this to your grails directory … … 31 31 grails run-app # now it should run fine, provided nothing else is running at port 8080 32 32 grails war # to create a war file in /target 33 </pre> 33 }}} 34 34 35 35 === Use a development environment ===