Hallo, I also added this line to my deploy.rb file but this was not enough.
I got error: failed: "sh -c \"bundle install --gemfile /home/paszo/public_html/ blog3_pliki/releases/20101219165927/Gemfile --path /home/paszo/ public_html/blog3_pliki/shared/bundle --deployment --quiet --without development test\"" on myhost I think there should be more info specified in the deploy.rb file (For instance where to look for gems or where to write gems if like me not have sudo rights on shared hosting) On 29 Lis, 04:50, Jim Morris <[email protected]> wrote: > I had to add this to my deploy.rb... > > require 'bundler/capistrano' > > and then bundler got run on each deploy > > On Nov 28, 5:20 pm, Gitted <[email protected]> wrote: > > > So far I have done: > > > cap deploy:setup > > > cap deploy:check > > > cap deploy > > > Will calling 'cap deploy' perform a 'bundle install' or is that > > something I have to explicitly state in a task? -- * You received this message because you are subscribed to the Google Groups "Capistrano" group. * To post to this group, send email to [email protected] * To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano?hl=en
