Talked with Mike Elkink and Greg about setting up a server to host FrancoToile on my mac for use at the EdMedia conference.
Downloaded and installed MAMP (universal binary) from mamp.info on the PowerPC G5 so I could host a copy of the FrancoToile site on my local computer. XAMPP (apachefriends.org) only works on Intel-based Macs, and if I used the built-in Apache server in the Mac OS, I'd then need to add the php support.
Only issues I encountered involved SQL (which I don't need to use): the MAMP gui doesn't let me turn just the SQL server off, and when I changed the default SQL pw as instructed I subsequently could not establish a connection to the SQL db.
Copied the entire FrancoToile site from my development directory into the htdocs directory.
Modified two paths in the config.php file in the FrancoToile site define('LANG_DIR'... and define('ABS_PATH'... and the videos played.
Local site is still addressing the eXist db on lettuce.
Next steps are:
to install an instance of eXist on the local computer
put the FrancoToile data into it
get the site on the localhost to successfully address that instance of the eXist db