Anish
2012-Mar-14 08:05 UTC
Issues in deploying Rails on EC2 using Rubber. script/rubber file missing
I am trying to deploy a rails3.1 app to EC2 using rubber 1.15.0 gem. I followed the instructions in the quick start guide here: https://github.com/wr0ngway/rubber/wiki/Quick-Start. i also setup private and public keys correctly as mentioned in faq. However, Almost towards the end of >cap rubber:generate_staging command I get this error: [production.foo.com] /bin/bash -l -c ''sudo -p ''\''''sudo password: ''\'''' bash -l -c ''\''''cd /mnt/app-production/releases/20120314070940 && RUBBER_ENV=production RAILS_ENV=production ./script/rubber config ''\'''''' ** [out :: production.foo.com] bash: ./script/rubber: No such file or directory command finished in 418ms failed: "/bin/bash -l -c ''sudo -p ''\\''''sudo password: ''\\'''' bash - l -c ''\\''''cd /mnt/app-production/releases/20120314070940 && RUBBER_ENV=production RAILS_ENV=production ./script/rubber config ''\ \''''''" on production.foo.com I looked at script folder and found no rubber file. It seems that that ruber script file is NOT generated after vulcanize command. Does anyone know what command do I need to generate that rubber script file? I couldn''t find any help regarding this anywhere online. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Morozov Maksim
2012-Mar-14 08:41 UTC
Re: Issues in deploying Rails on EC2 using Rubber. script/rubber file missing
Please use the issue tracker of this project https://github.com/wr0ngway/rubber/issues On Wed, Mar 14, 2012 at 12:05 PM, Anish <a4anishm-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I am trying to deploy a rails3.1 app to EC2 using rubber 1.15.0 gem. I > followed the instructions in the quick start guide here: > https://github.com/wr0ngway/rubber/wiki/Quick-Start. i also setup > private and public keys correctly as mentioned in faq. However, Almost > towards the end of >cap rubber:generate_staging command I get this > error: > > [production.foo.com] /bin/bash -l -c ''sudo -p ''\''''sudo password: > ''\'''' bash -l -c ''\''''cd /mnt/app-production/releases/20120314070940 && > RUBBER_ENV=production RAILS_ENV=production ./script/rubber config > ''\'''''' > ** [out :: production.foo.com] bash: ./script/rubber: No such > file or directory > command finished in 418ms > failed: "/bin/bash -l -c ''sudo -p ''\\''''sudo password: ''\\'''' bash - > l -c ''\\''''cd /mnt/app-production/releases/20120314070940 && > RUBBER_ENV=production RAILS_ENV=production ./script/rubber config ''\ > \''''''" on production.foo.com > > > I looked at script folder and found no rubber file. It seems that that > ruber script file is NOT generated after vulcanize command. Does > anyone know what command do I need to generate that rubber script > file? > > I couldn''t find any help regarding this anywhere online. > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.