I am attempting to install instiki on Windows 7 and am hitting a roadblock.
I have the following installed:
- Ruby 1.9.2
- Rails 2.3.4
- SQLite 3
- Latest Development Kit
I ran the bundler and all gems were install开发者_如何学Goed. When I run the *.bat file I get the following error:
ruby.exe script\server -e production :29:in
require': no such file to load -- script/../config/boot (LoadError) from <internal:lib/rubygems/custom_require>:29:in
require' from script/server:2:in 'main'
AFAIK, Instiki has not been updated to work with Ruby 1.9.2
I would recommend downgrade to Ruby 1.8.7 and try again.
You can find installers for it at RubyInstaller website.
精彩评论