A Grails application to manage and distribute informations about filmed headlines.
- Java SDK 1.5+ (for Grails 1.2 or greater)
- Grails 1.3.8 (http://grails.org)
- Maven 2.x or 3.x (http://maven.apache.org)
-
Create a
GRAILS_HOME
environment variable that points to the path of the Grails distribution and add thebin
folder in the Grails distribution to thePATH
environment variableset GRAILS_HOME=C:\temp\Grails\grails-1.3.8
set PATH=%PATH%;%GRAILS_HOME%\bin
-
Create a
JAVA_HOME
environment variable that points to the location of your JDKset JAVA_HOME=C:\Programme\Java\jdk1.6.0_16
-
Copy third-party libraries with Maven
mvn dependency:copy-dependencies -DoutputDirectory=lib
or usecopyLibs.bat
-
Run
grails run-app
in thelineapp
directory -
Browse to http://localhost:8080/lineapp
-
Login as administrator (admin:geheim) or user (jdoe:passwort)
-
Celebrate