rake:是安装 Radiant 时 Dreamhost 中的一个目录 (Errno::EISDIR)
尝试在 Dreamhost 上安装 radiant,我克服了 radiant 将所有文件放在正确位置的部分(又名 radiant mywebsite.com
)。现在它说运行 rake production db:bootstrap 但这给了我错误:
[colombo]$ rake production db:bootstrap
/home/username/.gems/gems/rake-0.9.0/lib/rake: Is a directory - /home/username/.gems/gems/rake-0.9.0/lib/rake (Errno::EISDIR)
from /usr/bin/rake:19:in `load'
from /usr/bin/rake:19
我不确定这意味着什么,有什么想法吗?有事谢谢你。
- Radiant 0.9.1
- Rails 3.0.3
- Ruby 1.8.7 (2008-08-11 补丁级别 72) [x86_64-linux]
- gem 1.5.3
Trying to install radiant on Dreamhost and I got past the part where radiant has put all teh files in the right place (aka radiant mywebsite.com
). Now it says to run rake production db:bootstrap
but that gives me the error:
[colombo]$ rake production db:bootstrap
/home/username/.gems/gems/rake-0.9.0/lib/rake: Is a directory - /home/username/.gems/gems/rake-0.9.0/lib/rake (Errno::EISDIR)
from /usr/bin/rake:19:in `load'
from /usr/bin/rake:19
And I am not sure what this means, any ideas? Something Thank you.
- Radiant 0.9.1
- Rails 3.0.3
- Ruby 1.8.7 (2008-08-11 patchlevel 72) [x86_64-linux]
- gem 1.5.3
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
rake db:migrate 返回“rake: 是目录”吗?
rake db:migrate returns "rake: Is a directory"?