christhecreator

- friends
1 link karma
1 comment karma
send messageredditor for
what's this?

TROPHY CASE

  • dust

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!

Deploying spree using RAPP by christhecreatorin Webbynode

[–]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.

Deploying spree using RAPP by christhecreatorin Webbynode

[–]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)

Deploying spree using RAPP by christhecreatorin Webbynode

[–]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