Quickstart guide to Citrina
--------------------------------------

1.   Download and install Java 1.4.x http://java.sun.com/j2se/
2.   Set the JAVA_HOME environment variable
3.   Download and install Ant 1.6.x http://ant.apache.org/
4.   Set ANT_HOME environment variable
5.   Modify your PATH environment variable to include Ant's bin directory
6.   Download and extract the Citrina tarball from http://www.gmod.org
7.   cd conf/db_properties
8.   cp default/global.* ./
9.   Edit global.ftp.properties and change the ftp.data.dir value
10.  Edit global.system.properties and change the num.threads, tar.bin, gunzip.bin,
     wget.bin, and bunzip.bin property values.
11.  cp default/<dbname>.properties
12.  cd ../..
13.  Create the online and offline directories set in <dbname>.properties, these
     should reside under the ftp.data.dir you set in global.ftp.properties
14.  bin/citrina.sh -d <dbname> mirror


Global Pre and Post Processing
-----------------------------------

If you want to setup a global pre or post processing task follow these steps.

1.  cd projectfiles
2.  cp default/global_* ../
3.  Edit either file to perform the tasks you require.  For more information
    about making an Ant build file have a look at Ant's manual at
    http://ant.apache.org/.

Database Pre and Post Processing
--------------------------------------

If you want to setup pre or post processing tasks for a database follow these
steps.

1.  cd conf/db_properties
2.  Edit <dbname>.properties and place the xml build file name in either
    db.pre.process or db.post.process.
3.  cd ../../projectfiles
4.  Create the xml build file in this directory.  The medlinenew_post.xml file
    can be used as a guide.

