在 Windows 上安装 instiki
我尝试在 Windows 7 上安装 instiki 但遇到了障碍。
我安装了以下软件:
- Ruby 1.9.2
- Rails 2.3.4
- SQLite 3
- 最新 开发工具包
我运行了捆绑程序并安装了所有 gem。当我运行 *.bat 文件时,出现以下错误:
ruby.exe脚本\server -e制作 :29:在
require':没有要加载的文件-- 脚本/../config/boot(加载错误) 来自 <内部:lib/rubygems/custom_require>:29:in
需要' 来自脚本/服务器:2:在“主”中
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 installed. When I run the *.bat file I get the following error:
ruby.exe script\server -e production
:29:inrequire': no such file to load --
require'
script/../config/boot (LoadError)
from <internal:lib/rubygems/custom_require>:29:in
from script/server:2:in 'main'
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
AFAIK,Instiki 尚未更新以支持 Ruby 1.9.2,
我建议降级到 Ruby 1.8.7,然后重试。
您可以在 RubyInstaller 网站 找到它的安装程序。
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.