"Fossies" - the Fresh Open Source Software Archive 
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 # CVS Revision $Revision: 1.6 $
2 # Last modified on $Date: 2005/05/02 00:04:03 $ by $Author: mgrant79 $
3
4 ======================================================================
5 Hourglass Installation
6 ======================================================================
7
8 If you've downloaded a source distribution, see the README for
9 information about how to build Hourglass from source. This document
10 assumes you have either built or downloaded a binary distribution of
11 Hourglass.
12
13 Make sure Hourglass is not running when you update its JAR file!
14
15 In the instructions below, DISTDIR is the directory which contains the
16 Hourglass distribution directory. If you've downloaded a binary
17 distribution, DISTDIR is the directory into which you unpacked
18 distribution.
19
20 To install:
21 ----------------------------------------------------------------------
22 # cp -R DISTDIR/hourglass /path/of/your/choice
23
24
25 To run:
26 ----------------------------------------------------------------------
27 # java -jar /path/of/your/choice/hourglass/lib/hourglass.jar
28
29 You may want to create shell script or batch file to run Hourglass.
30
31 Data Storage:
32 ----------------------------------------------------------------------
33 Project data is stored at $HOME/.hourglass/data.xml by default.
34 However, there are two ways to change this:
35
36 1. -Dhg.HOURGLASS_DIR=<hourglass_dir> - the directory where Hourglass
37 will save its data.
38 2. -Dhg.ARCHIVE_NAME=<archive_name> - Uses <archive_name>.xml
39 instead of data.xml
40
41
42 ======================================================================
43 Where to Get More Information
44 ======================================================================
45
46 Currently, this is it :) Email ewl@users.sourceforge.net if you need help
47 after reading the information above and the one in the project's Wiki under
48 http://hourglass.sf.net/.
49