Welcome to the Assessment-App! This was created to assist the professors at York College of Pennsylvania with their assessments of their classes
-
run the ./build.sh script
-
war file will be located in the main direactory named Assessment-App.war
-
the war file can be ran in standared java way with the recomaned command of
java -server -Xmx921M -Dgrails.env=prod -jar DAA.war
-
in the Applicaton.yml located under grails-app/conf/ directory edit the environments: production: dataSource: url:, username:, password: values to your postgreSQL database info.
-
next edit the server: 'contextPath': item to desired contextPath
-
to acutally compile the application run the command listed in the table based on oprating system
| Windows | OSX | Linux |
|---|---|---|
| grailsw.bat package | ./grailsw package | ./grailsw package |
-
the runnable war file will be located in build/libs named Assessment-App-0.1.war
-
the war file can be ran in standared java way with the recomaned command of
java -server -Xmx921M -Dgrails.env=prod -jar DAA.war