See DLXS, Getting Started for installation of DLXS, including sample data.
Read the Image Class workshop tutorial for a useful introduction to working with Image Class.
Media | Loading Image Files Image Class and JPEG2000 | |
Migration | Migration to DLXS12 | |
Metadata | XPAT/XML | |
Advanced | Mapping Image Structures | |
General | Not To Be
Missed | |
Interface | Dynamic Browse |
Option 1: MySQL is the
preferred choice because Image Class data fits well into the relational database
model. MySQL is free.
Option 2: XPAT is an excellent full-text, SGML/XML aware search engine that works fine with Image Class. However, since MySQL works just as well and is easier to use (from a collection implementation perspective), XPat is not recommended and may not be supported in future versions of DLXS. There is a free version of XPat, but larger databases may need the full version, which has a license fee. Working with XPat has a steeper learning curve and the data preparation process in general is more cumbersome than for MySQL. However if XPat is already being used for other reasons, maybe it is the best choice for Image Class as well. At Michigan, MySQL is used with Image Class.
Worth Noting
ft_min_word_len=2
REPAIR TABLE tbl_name QUICK
REPAIR TABLE tbl_name USE_FRM
Easily Overlooked
cd $DLXSROOT/web/c/coll
ln -s $DLXSROOT/img/c/coll/index thumb
A Common Problem