I've followed the install directions to the letter ("download .... instiki...") and only encounter errors.
I've installed instiki-0.10.2 running under ruby 1.8.4 on Cygwin/WinXP. This is what I get when I run "./instiki" from the instiki install directory.
$ ./instiki
/c/documents and settings/hwest/Desktop/Downloads/instiki-0.10.2/vendor/rails/activesupport/lib/active_support/clean_logger.rb:13:in `remove_const': constant Logger::Format not defined (NameError?)
from /c/documents and settings/hwest/Desktop/Downloads/instiki-0.10.2/vendor/rails/activesupport/lib/active_support/clean_logger.rb:13
from /c/documents and settings/hwest/Desktop/Downloads/instiki-0.10.2/vendor/rails/activesupport/lib/active_support.rb:31
from /c/documents and settings/hwest/Desktop/Downloads/instiki-0.10.2/config/environment.rb:52
from ./script/server:68
from ./instiki:6
My knowledge of ruby is less than rudimentary, so I don't have a clue where to begin...