mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-28 18:26:17 +08:00
GP-5598: Rename InstallationGuide to GettingStarted; put in installation
root dir
This commit is contained in:
@@ -53,20 +53,19 @@ __NOTE__: It is highly recommended that the installation files for Ghidra reside
|
||||
and that the intended Ghidra Server process owner is granted full access to the Ghidra installation
|
||||
directory (this is frequently not the case for NFS/SMB mounted home directories).
|
||||
|
||||
You may also refer to the _InstallationGuide.html_ file within the _docs/_ subdirectory for general
|
||||
installation information.
|
||||
You may also refer to the _GettingStarted.html_ file within the Ghidra installation root directory
|
||||
for general installation information.
|
||||
|
||||
([Back to Top][top])
|
||||
|
||||
## Java Runtime Environment
|
||||
The installation of a suitable Java Runtime Environment must be completed before installing or
|
||||
running the Ghidra Server. Please refer to the Ghidra Installation Guide to identify
|
||||
a suitable version. Since the Ghidra Server is unable to interactively identify a Java installation
|
||||
at runtime it must rely upon the setting of `JAVA_HOME`, execution search PATH or the use of
|
||||
standard Java installation locations. It is important to consider the service execution environment
|
||||
which may differ from the administrator who may be installing the service. For this reason use of
|
||||
an installed Java release may be preferable over one that is simply unpacked to an arbitrary
|
||||
location.
|
||||
running the Ghidra Server. Please refer to the Getting Started document to identify a suitable
|
||||
version. Since the Ghidra Server is unable to interactively identify a Java installation at runtime
|
||||
it must rely upon the setting of `JAVA_HOME`, execution search PATH or the use of standard Java
|
||||
installation locations. It is important to consider the service execution environment which may
|
||||
differ from the administrator who may be installing the service. For this reason use of an
|
||||
installed Java release may be preferable over one that is simply unpacked to an arbitrary location.
|
||||
|
||||
([Back to Top][top])
|
||||
|
||||
@@ -731,7 +730,7 @@ Please note that the Ghidra Server does not currently support Certificate Revoca
|
||||
[Linux/macOS](#uninstall-service-must-have-admin-privilege)).
|
||||
|
||||
3. Unzip the new Ghidra distribution to a new installation directory (general unpacking and
|
||||
installation guidelines may be found in _ghidra_x.x/docs/InstallationGuide.html_).
|
||||
installation guidelines may be found in _ghidra_x.x/GettingStarted.html_).
|
||||
|
||||
4. Copy the old _repositories_ directory to the new Ghidra Server installation directory.
|
||||
|
||||
|
||||
@@ -140,7 +140,7 @@ fi
|
||||
if [ "${JAVA_CMD}" == "" ]; then
|
||||
echo
|
||||
echo "ERROR: The 'java' command could not be found in your PATH or with JAVA_HOME."
|
||||
echo "Please refer to the Ghidra Installation Guide's Troubleshooting section."
|
||||
echo "Please refer to the Getting Started document's Troubleshooting section."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
@@ -151,7 +151,7 @@ if [ ! $? -eq 0 ]; then
|
||||
if [ ! -t 0 ]; then
|
||||
echo
|
||||
echo "ERROR: Unable to prompt user for JDK path, no TTY detected."
|
||||
echo "Please refer to the Ghidra Installation Guide's Troubleshooting section."
|
||||
echo "Please refer to the Getting Started document's Troubleshooting section."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
@@ -163,7 +163,7 @@ if [ ! $? -eq 0 ]; then
|
||||
if [ ! $? -eq 0 ]; then
|
||||
echo
|
||||
echo "ERROR: Failed to find a supported JDK."
|
||||
echo "Please refer to the Ghidra Installation Guide's Troubleshooting section."
|
||||
echo "Please refer to the Getting Started document's Troubleshooting section."
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
|
||||
@@ -127,7 +127,7 @@ echo WARNING: JAVA_HOME environment variable is set to an invalid directory: %JA
|
||||
:javaNotFound
|
||||
echo.
|
||||
echo ERROR: The 'java' command could not be found in your PATH or with JAVA_HOME.
|
||||
echo Please refer to the Ghidra Installation Guide's Troubleshooting section.
|
||||
echo Please refer to the Getting Started document's Troubleshooting section.
|
||||
set ERRORLEVEL=1
|
||||
goto exit1
|
||||
|
||||
@@ -146,7 +146,7 @@ if "%LS_JAVA_HOME%" == "" (
|
||||
if "!LS_JAVA_HOME!" == "" (
|
||||
echo.
|
||||
echo ERROR: Failed to find a supported JDK.
|
||||
echo Please refer to the Ghidra Installation Guide's Troubleshooting section.
|
||||
echo Please refer to the Getting Started document's Troubleshooting section.
|
||||
set ERRORLEVEL=1
|
||||
goto exit1
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user