originally: http://www.oclc.org/research/software/rdf_topicmaps/documentation/interfacesetup.htm
There are a few files that need some customization before the demo will work.
cgi-bin/rdftm.pl
These variables are located at the top of the script and are clearly marked.
htdocs/demo.html
If you're going to use the supplied HTML page, change the action attribute of the FORM element. It has to point to the rdftm.pl script. If you're going to be using more than one database, you should also change the option values of the SELECT element. Their values should match the keys in %tmConf. You may also need to change the location of the default.css file and global.js file. The locations that are correct for your server will depend on how it is configured.
xsl/*
Each of the files in this directory references the css directory. If '/css' is incorrect, then you'll have to run the bin/changeCSS.sh script.It takes the correct path as its only argument, backs up each file, then makes the changes.