Japanese Installation

Last updated by admin 4 years ago

?????????????? {excerpt:hidden=true}Installation from Download {excerpt}

???? {excerpt:hidden=true}Prerequisites{excerpt}

{excerpt:hidden=true}In order to start using Grails you need to have the following: {excerpt} Grails?????????????????????????? {excerpt:hidden=true}
  • An installation of Java SDK 1.4 or higher and have set your JAVA_HOME variable to the install location{excerpt}
  • Java SDK 1.4 ???????? JAVA_HOME??????????

?? {excerpt:hidden=true}Steps {excerpt}

  • {excerpt:hidden=true}Download the latest Grails release {excerpt} ???????Grails???????
  • {excerpt:hidden=true}Extract the archive into an appropriate location {excerpt} ??????????????
  • {excerpt:hidden=true}Create a GRAILS_HOME environment variable that points to the path where you extracted the archive (eg C:grails on Windows or ~/grails on Unix) {excerpt} ??????????? GRAILS_HOME????????? C:grails on Windows or ~/grails on Unix?
  • {excerpt:hidden=true}Append a reference to the "bin" directory within the Grails directory to your PATH variable (eg %GRAILS_HOME%bin on Windows or $GRAILS_HOME/bin on Unix) {excerpt} Grails????????"bin"???????????PATH???
  • {excerpt:hidden=true}Type "grails" at the command line, if a help message is displayed you are ready to start using Grails! {excerpt}
?????????? "grails"????????????????????Grails????????

Subversion????????? {excerpt:hidden=true}Installation from Subversion {excerpt}

???? {excerpt:hidden=true}Prerequisites {excerpt}

{excerpt:hidden=true}In order to start using Grails from SVN you need to have the following: {excerpt} SVN??Grails?????????????????????????? {excerpt:hidden=true}
  • An installation of Java 1.4 or higher and have set your JAVA_HOME variable to the install location{excerpt}
  • Java 1.4 ???????? JAVA_HOME?????????? {excerpt:hidden=true}
          • A working installation of Apache Ant 1.6.5 or higher{excerpt}
  • ?????Apache Ant 1.6.5 ????????????????

?? {excerpt:hidden=true}Steps {excerpt}

{excerpt:hidden=true}
  • Checkout Grails from the SVN repository{excerpt}
  • SVN repository ?? Grails?Checkout {excerpt:hidden=true}
          • Set the GRAILS_HOME environment variable to the checkout location{excerpt}
  • checkout ??????????GRAILS_HOME???? {excerpt:hidden=true}
          • Add the "%GRAILS_HOME%bin" directory to your PATH environment variable{excerpt}
  • ????PATH?"%GRAILS_HOME%bin"????????? {excerpt:hidden=true}
          • Go to the %GRAILS_HOME% directory and type "ant" to build Grails{excerpt}
  • %GRAILS_HOME% ????????"ant"?????Grails???? {excerpt:hidden=true}
  • ??????? Start developing in Grails!
{excerpt:hidden=true}Linux/Solaris/OSX/UNIX users should make the grails and ant executables executable immediately after running ant: chmod u+x $GRAILS_HOME/bin/grails $GRAILS_HOME/ant/bin/ant {excerpt} Linux/Solaris/OSX/UNIX ?????ant???????grails?ant??????????????: chmod u+x $GRAILS_HOME/bin/grails $GRAILS_HOME/ant/bin/ant