1. Ensure that you have mod_plsql installed.
    (http://www.total-knowledge.com/progs/)
2. Create oracle schema where all data and code will stored.
3. Create webserver-accessible directory, where your store
    will be accessible from (i.e. ~/public_html/devzero).
    We will call it INSTALL_ROOT from now on.
4. Copy $SRC_ROOT/html/plsql to $INSTALL_ROOT/plsql
5. Create $INSTALL_ROOT/plsql that points to $SCHEMA
6. Create $INSTALL_ROOT/images
7. Copy $SRC_ROOT/images/buttons to $INSTALL_ROOT/buttons
8. Copy $SRC_ROOT/cgi to $INSTALL_ROOT/cgi
9. Copy $SRC_ROOT/images/categories to $INSTALL_ROOT/categories
10. Copy images from other subdirs of $SRC_ROOT/images to $INSTALL_ROOT/images
    (i.e. cp $SRC_ROOT/images/misc/* $INSTALL_ROOT/images, etc)
11. cd $INSTALL_ROOT/sql; sqlplus $SCHEMA @strline.sql
    (This creates all database objects)
12. Edit cgi/config.pl, copy (and possibly edit) index.cgi to $INSTALL_ROOT
13. This is kind of it.

Please see README file for information on why these instructions are
so incomplete.
