diff options
Diffstat (limited to 'development/grails/README')
-rw-r--r-- | development/grails/README | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/development/grails/README b/development/grails/README index 9727d001e1..07289940e0 100644 --- a/development/grails/README +++ b/development/grails/README @@ -2,6 +2,12 @@ Grails (Groovy on Rails) Web framework based on the Groovy It is intended to be a high-productivity framework by following -the "coding by convention" paradigm, providing a stand-alone +the "coding by convention" paradigm, providing a stand-alone development environment and hiding much of the configuration detail from the developer. + +You need setup GRAILS_HOME environment variable; this SlackBuild +provides one for sh and csh. You can logout and login again or +simply run: + +# source /etc/profile.d/grails.sh |