Being thrilled by all the nice and promissing screencasts, I followed the guides to install Xiki, summarized as:
- Download/install Ruby
- Download DevKit
- extract DevKit to (permanent) directory that has no spaces, e.g. C:\Ruby200\devkit
- open command window in that directory (shift-left-click, open command window here) and execute:
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?