Prerequisites for running the WikkiTikkiTavi wiki engine:
In short, it requires the standard "trio" of Linux power services!
Actually the "trio" is a "quartet" called LAMP, i.e. Linux, Apache, MySQL and PHP, Perl or Python. --- SorenLund
Not if it's FreeBSD, Apache, MySQL, and PHP: FAMP -- daemon lover
OpenBSD, Apache, MySQL and PHP: OAMP - Blowfish
You've got it easy ... how about with Windows and Xitami? WiXiMyPh?! -- BenTremblay
Although, technically, neither Linux nor Apache is required, just MySQL and PHP. Also, the plan is that eventually MySQL won't be required, either. ;-) --ChristopherCashell
And I wrote a PHP script to create those Tavi 0.22 tables for you (RickVanLieshout/InitDatabasePHPScript) -- Rick van Lieshout
Hopefully it'll be LAPP in the future - L A PostgreSQL P :)
How about an AutoInstaller for Tavi, O acronymonious ones?
Or flat-files (does this belong in FeatureRequest? 's ?) -- kirjava
Your install document is not the easiest in the world to understand :) -- morpheus
If you want flat files, take a look at [UseModWiki]. All it requires is a web server and Perl. One CGI file, plus a directory for it to store things, and that's about it. (Actually I think the source code is a convoluted mess, but it works well enough for me to use it.) --darkon
For multiple database backends (Flatfile, dba, PearDB?, ADODB, cvs) and /bin/diff independency you can also look at [PhpWiki]. It's a bit larger though. --rurban
[Oddmuse] is a UseMod derivative that can work without a database backend and supports UTF-8. You may like the source better.
[PmWiki] is another PHP-based flat-file Wiki.