The following sections explain how to install Grailsflow.
The following sections describes how to install the demo application.
- 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 myapp-demo
- 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.2", "richui-0.3", "grailsflow-core-0.9" are preinstalled.
- Run the application using 'grails run-app' command.
e.g. cd \grails\grailsflow
grails run-app
If you have a newer grails version installed, run the update e.g. grails update and follow the instructions on the screen.
- Access the application at http://localhost:8080/myapp-demo/ with your web browser and try it.
This product is based on Groovy and Grails. (http://www.grails.org/)
