diff options
author | DhabyX <slack.dhabyx@gmail.com> | 2017-04-06 08:56:05 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-06 21:03:12 +0700 |
commit | df231b38ab480df25205cde096eacff631a0bd59 (patch) | |
tree | 6cd57bc7f893d75fc497fa2b00fc619ebe5bff83 /development/grails/README | |
parent | dc5937f46e08d795d0abcbf559b5c9a9253e175c (diff) |
development/grails: Updated for version 3.2.8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 9727d001e1475..07289940e084f 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 |