$Id: INSTALL,v 1.5 2001/07/07 23:35:23 burton Exp $

Requirements: 

  - JDK 1.2.2 or greater

     - hopefully GCC 3.0 will be tested soon.

Installation:

  - Move reptile into a location somewhere on your disk.  For user installations
    this should probably be somewhere under /home/USERNAME/reptile.  For system
    installation this should probably be under /usr/local/reptile.

  - Reptile can be started by running the REPTILE_HOME/reptile-startup.sh script
    and shutdown with REPTILE_HOME/reptile-shutdown.sh script.

  - You should then connect with a web browser to
    http://localhost:8080/reptile/servlet/reptile 
    
Building from source:

  - You will need a copy of Ant in order to build from source.  Builds can be
    obtained from http://jakarta.apache.org

  Change to the REPTILE_HOME directory and run:

    %shell% java org.apache.tools.ant.Main dist

  This will build reptile into REPTILE_HOME/bin/distribution.  All that is
  needed to run it is to launch reptile-startup.sh

  
