Being thrilled by all the nice and promissing screencasts, I followed the guides to install Xiki, summarized as:
ruby dk.rb init
ruby dk.rb install
cd ..
git clone git://github.com/trogdoro/xiki.git
cd xiki
gem install bundler
bundle
ruby etc/command/copy_xiki_command_to.rb C:/Ruby200/bin/xiki
Now, Xiki should be installed and opening a new command window and typing 'xiki' should give some output, different from 'not recognized as an internal or external command, operable program or batch file'... I verified that 'C:/Ruby200/bin' is on Windows PATH (Windows+R, SystemPropertiesAdvanced --> Environment Variable --> Edit)
I seem to be very close to start using Xiki, just can't get there yet. What could be wrong?
From the Xiki website:
Supported platforms: MacOS and Linux. Pair with me if you want to see Windows support, support for your text editor, or just to hack on Xiki! (find me at twitter.com/xiki).
The file in your Ruby directory is not a Windows executable.