疯狂安装错误
指南
我正在遵循 http://guides.spreecommerce.com/getting_started.html 上的 好吧,直到我运行
bundle exec rake spree_sample:load
rake 说
Don't know how to build task 'spree_sample:load'
如果我决定跳过它并执行
rake db:bootstrap
它,它说
Table 'myproject_development.countries' doesn't exist
如果我运行
rake db:migrate
rake db:seed
rake spree_sample:load
它也说
Don't know how to build task 'spree_sample:load'
如果我仍然继续并运行
rake db:admin:create
我会收到另一个错误:
no such file to load -- /home/pavel/cetsy/db/sample/users.rb
捆绑程序信息:
...
使用 Rails (3.0.9)
...
使用 spree_core (0.60.1)
使用 spree_auth (0.60.1)
使用 spree_api (0.60.1)
使用 spree_dash (0.60.1)
使用 spree_promo (0.60.1)
使用 spree_sample (0.60.1)
使用狂欢(0.60.1)
i am following the guide at http://guides.spreecommerce.com/getting_started.html
all's ok until i run
bundle exec rake spree_sample:load
rake says
Don't know how to build task 'spree_sample:load'
if i decide to skip that and do
rake db:bootstrap
it says
Table 'myproject_development.countries' doesn't exist
if alternatively i run
rake db:migrate
rake db:seed
rake spree_sample:load
it also says
Don't know how to build task 'spree_sample:load'
if i still continue that and run
rake db:admin:create
i get another error:
no such file to load -- /home/pavel/cetsy/db/sample/users.rb
bundler information:
...
Using rails (3.0.9)
...
Using spree_core (0.60.1)
Using spree_auth (0.60.1)
Using spree_api (0.60.1)
Using spree_dash (0.60.1)
Using spree_promo (0.60.1)
Using spree_sample (0.60.1)
Using spree (0.60.1)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Simon 是对的,将 Rails 和 spree 升级到 3.1.1/0.70 现在部分解决了问题
,运行
仍然产生
但跳过此步骤可以让我完成安装 spree,而不会出现其他问题
Simon was right, upgrading rails and spree to 3.1.1/0.70 partially solved the issue
now, running
still produces
but skipping this step lets me finish installing spree without other problems