|
Home > OSS > Installation
Installation of GrailsFlow 0.3
The following sections explain how to install Grailsflow-0.3 and how to
use it.
System requirements
- Application is written for Grails 1.0 and was compiled under JDK 1.5
Installation
- Download Grails from http://www.grails.org and install Groovy and Grails on your machine.
e.g. install grails in c:\grails\
Hint: make sure the environment variable GRAILS_HOME and PATH are set properly. (See http://www.grails.org/)
- Create a new application using 'grails create-app' from the command line.
e.g. grails create-app grailsflow
- Unpack the zip-file with the source code and copy all necessary files in
your newly created application directory.
Hint: several files will be overwritten.
Hint:The plugins "Quartz-0.1" and "richui-0.2" are preinstalled.
- Run the application using 'grails run-app' command.
e.g. cd \grails\grailsflow
grails run-app grailsflow
If you have a newer grails version installed, run the update
e.g. grails update grailsflow
and follow the instructions on the screen.
- Access the appliction at http://localhost:8080/grailsflow/ with your webbrowser and try the
first steps.
This product is based on Groovy and Grails.
(http://www.grails.org/)
|