this post was submitted on
2 points (100% like it)
2 up votes 0 down votes

reddit is a source for what's new and popular online. vote on links that you like or dislike and help decide what's popular, or submit your own!

all 5 comments

[–]grahamt1 2 points3 points ago

sorry, this has been archived and can no longer be voted on

If you want the latest version of Spree please continue using Rapp. Our Spree stack is frozen on a prior release and will be getting updated in the future.

The problem you are having with the database is because Rapp doesn't push your database with your code. You would need to do a SQL dump of your current DB and import it into your webby's DB.

[–]christhecreator[S] 1 point2 points ago

sorry, this has been archived and can no longer be voted on

Basically to sum up how i deployed spree -Deployed a webby with postresgsql -ssh'd into the server installed imagemagick -added 'paperclip' and 'pg' to the gemfile -ran rake spree:install, rake spree_sample:install and finally ran wn remote rake db:bootstrap AUTO_ACCEPT=1 ( to avoid interactive rake tasks as wn gem does not support them (http)) (this is far from a guide)

[–]fcoury 0 points1 point ago

sorry, this has been archived and can no longer be voted on

I know customers have deployed Spree with Rapp successfully. What problem do you get when pushing?

[–]christhecreator[S] 0 points1 point ago

sorry, this has been archived and can no longer be voted on

Whats working so far for me is creating a webby with the postregres -ssh in install imagemagick -include in my gemfile, pg, paperclip -this gets me to about the part where i have to install the -sample data and it hangs up on the "press admin for defaults" my guess is wn remote only works for pushing through one command at time. "input stream exhausted" soon as i figure out how to pipe thru the username and pass i should have a working version of spree with data.. will report back

[–]christhecreator[S] 0 points1 point ago

sorry, this has been archived and can no longer be voted on

rake db:bootstrap AUTO_ACCEPT=1 to work around this error.