Paul Butcher wrote: > Is there any way to install Typo *without* also installing SQLite?
You could try ignoring the installer and installing manually. I use ligHTTPd, so for me the procedure is: Download the .tgz, unpack. Symlink from public_html/typo to ~/typo-4.0.1/public. Create typo-4.0.1/config/database.yml and mail.yml as appropriate, and make sure the web server is configured to find the CGIs in public_html/typo. (Re)start lighttpd. With Mongrel it'd be similar, except after creating database.yml you'd just run script/server I think. mathew _______________________________________________ Typo-list mailing list [email protected] http://rubyforge.org/mailman/listinfo/typo-list
