Changes between Version 8 and Version 9 of QuickStart
- Timestamp:
- Feb 8, 2011, 9:37:49 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QuickStart
v8 v9 50 50 * Checkout the gscf trunk from subversion in a new folder (https://trac.nbic.nl/svn/gscf/trunk) 51 51 * Open the folder in the Grails-enabled Netbeans, it should recognize the Grails project 52 * You might have to change your launch configuration to include the VM parameter -XX:MaxPermSize=256M if you run into Perm GemSpace errors52 * You might have to change your launch configuration to include the VM parameter -XX:MaxPermSize=256M if you run into Permgemspace errors 53 53 * Launch it from Netbeans (just press the green button ;-)) 54 54 * If this is a first time checkout and launch, you might get dependency errors. This can be resolved by running 'grails run-app', 'grails upgrade --non-interactive', and then 'grails run-app' to run the application again.