Browse Source

Fix grails

Hamilton Turner 11 years ago
parent
commit
66954cd2dc
1 changed files with 5 additions and 0 deletions
  1. 5 0
      grails/bash_profile.sh

+ 5 - 0
grails/bash_profile.sh

@@ -0,0 +1,5 @@
+export JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-amd64
+export RESIN_HOME=${IROOT}/resin-4.0.36
+
+export GRAILS_PATH=${IROOT}/grails-2.4.2/bin/
+export PATH=${GRAILS_PATH}:$PATH