2010-12-06 84 views
2

我在Rails應用程序中安裝Spree時遇到問題。Rails - 安裝Spree的問題

當我運行的寶石 '大禮包' (按照說明書上http://spreecommerce.com/documentation/getting_started.html

我收到以下錯誤:

ERROR: While executing gem ... (RuntimeError) 
    Unknown command spree

我已經安裝了以下施普雷寶石:

gem list spree 

*** LOCAL GEMS *** 

spree (0.30.1) 
spree_api (0.30.1) 
spree_auth (0.30.1) 
spree_core (0.30.1) 
spree_dash (0.30.1) 
spree_promo (0.30.1) 
spree_sample (0.30.1)

當我安裝我使用的施普雷寶石:

sudo gem install spree 

感謝您的任何幫助。

+0

使用Windows 7我成功安裝創業板安裝大禮包。您正在使用哪種操作系統? – manikandan 2012-05-29 10:39:15

回答

7

instructions居然說添加gem 'spree'Gemfile(而不是執行它作爲一個命令):

Edit the Gemfile in your Rails application by adding the following:

gem 'spree' 
+0

你是對的!它做了。非常感謝您的幫助 – hanumanDev 2010-12-06 00:18:43