Skip to content

Commit

Permalink
Update INSTALL
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed Jun 16, 2024
1 parent bada9a0 commit 817880e
Showing 1 changed file with 38 additions and 1 deletion.
39 changes: 38 additions & 1 deletion INSTALL
Original file line number Diff line number Diff line change
@@ -1 +1,38 @@
For installation instructions see the manual in the docs subdirectory or online at <http://grails.org/Installation>.
GRACE CLI - INSTALLATION
========================

Thank you for downloading the Grace CLI. Please follow these instructions
in order to complete your installation.


Prerequisites
-------------
Grace CLI requires Java JDK v17.0 or above in order to run. Groovy v4.0.x
is packaged as part of this distribution, and therefore does not need to be installed (any
existing Groovy installation is ignored).

Grace CLI will use whatever JDK it finds on your path, to check that you have an appropriate
version you should run:

java -version

Alternatively, you can set the JAVA_HOME environment variable to point a suitable JDK.


Environment Variables
---------------------
No specific environment variables are required to run the CLI, however, you may want to
set GRACE_HOME to point to a specific installation. You should also add GRACE_HOME/bin
to your PATH environment variable.



Checking Your Installation
--------------------------
To test if you have successfully installed the CLI you can run the following command:

grace -v



For installation instructions see the manual in the docs subdirectory or online at <https://github.com/graceframework/grace-framework/wiki/Installation>.

0 comments on commit 817880e

Please sign in to comment.