use the following search parameters to narrow your results:
e.g.reddit:pics site:imgur.com dog
reddit:pics site:imgur.com dog
see the search faq for details.
advanced search: by author, community...
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 (self.Webbynode)
submitted 10 months ago by christhecreator
Any tips or guides out there for deploying an (fully themed) spree app to webbynode using RAPP... i think im having issues configuring the database... i dont think it is porting over correctly from just using a wn push from git ..
or should I just go the spree full stack route...
[–]grahamt1 2 points3 points4 points 10 months ago
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 points3 points 10 months ago
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 point2 points 10 months ago
I know customers have deployed Spree with Rapp successfully. What problem do you get when pushing?
[–]christhecreator[S] 0 points1 point2 points 10 months ago
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
rake db:bootstrap AUTO_ACCEPT=1 to work around this error.
all it takes is a username and password
create account
is it really that easy? only one way to find out...
already have an account and just want to login?
login
[–]grahamt1 2 points3 points4 points ago
[–]christhecreator[S] 1 point2 points3 points ago
[–]fcoury 0 points1 point2 points ago
[–]christhecreator[S] 0 points1 point2 points ago
[–]christhecreator[S] 0 points1 point2 points ago