This article includes updates for Nexus Timestamp Server 2.3.0.
This article describes how to install Nexus Timestamp Server on Linux.
Prerequisites
-
A root user, or the use of sudo, is needed for the installation.
-
Software requirements are met. See Nexus Timestamp Server requirements and interoperability .
Install Nexus Timestamp Server
Download installation file
-
Go to Nexus support download area support.nexusgroup.com .
-
Download the zip file containing nexus-timestamp-installer.jar into any desired directory.
Decide directory for Nexus Timestamp Server
Decide a directory in which Nexus Timestamp Server will be installed, for example, /usr/local/timestamp-server. This directory will be referred to as <install> and shall be the one used in the installation procedure.
Start installation
-
Start a terminal window and write the following:
sudo java -jar nexus-timestamp-installer.jar
You can also to initiate a console installation with the command sudo java -jar nexus-timestamp-installer.jar -console from an administrator command prompt.
-
Follow the instructions during the installation.
-
It is recommended to install the sample configuration and modify it.
-
Nexus Timestamp Server will be installed into <install>.
-
-
Nexus Timestamp Server is installed as a service. The configuration is installed into /etc/timestamp-server (referred to as <conf>) and the databases and logs will be written to /var/ timestamp-server (referred to as <var>).
Run installation script
Run the installation script as follows:
sh <timestamp-server-install-dir>/bin/setup_services.sh install timestamp-server <youruser> <yourgroup>
Copy license file
Copy the license file that you have received from Nexus to <conf>/license>.
Start service
-
Open a terminal window.
-
Run the following command:
$service timestamp-server startor$systemctl start timestamp-server
Verify installation
Start a browser and verify that you can see the services at the Nexus Timestamp Web Interface. The default location URL is http://localhost:8878 .
Uninstall Nexus Timestamp Server
See Uninstall Nexus Timestamp Server on Linux .