Installing
The Zip Distribution
HemaTrack
does not have Mac or Linux installer. If you use either of
these operating systems you should download the ".zip" distribution for
Mac or Linux. The zip distribution contains a file called
"INSTALL.txt" that explains how to get up and running. The
following are general instructions for installing from the zip
distribution. Please consult the "INSTALL.txt" file for more
details.
- Make sure
you have Java 6 or later installed. You can download it from http://www.java.com.
- Create a
new directory called "HemaTrack" in the location where you
want to install HemaTrack.
- Unzip the
zip file into the "HemaTrack" directory you just created.
- If you do
not see a directory named "logs" create it now.
- Open a
terminal or shell window and navigate to the "HemaTrack" directory.
- Type the
following command and press return: java
-jar runner.jar
install
- HemaTrack
will perform a few simple installation steps. If you don't
see any errors printed to the command line it went well and HemaTrack
is
installed.
You can run
HemaTrack by double clicking the "runner.jar" file (if you're operating
system supports this) or by typing the following command in a terminal
or shell window:
java -jar runner.jar |