Skip to content

Commit

Permalink
Grace: rename install and license
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed Feb 27, 2024
1 parent be450b1 commit 92a7c34
Show file tree
Hide file tree
Showing 4 changed files with 241 additions and 204 deletions.
1 change: 0 additions & 1 deletion INSTALL

This file was deleted.

38 changes: 38 additions & 0 deletions INSTALL.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
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 v11.0 or above in order to run. Groovy v3.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>.
Loading

0 comments on commit 92a7c34

Please sign in to comment.