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 [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.