I have been trying to deploy app using EBS, but was not able to
install bower some how, here is the work around I took:
1. remove package.json and node_modules.
2. npm install -g bower (You may need to add sudo)
3. then run rake bower:install
DATABSE:
https://medium.com/@jatescher/how-to-set-up-a-rails-4-2-app-on-aws-with-elastic-beanstalk-and-postgresql-3f9f29c046e2#.fm82tpmb5
Workers : Crons
https://medium.com/@joelennon/running-cron-jobs-on-amazon-web-services-aws-elastic-beanstalk-a41d91d1c571#.j9s8mw7rd
REF: http://sebastien.saunier.me/blog/2015/10/20/aws-elastic-beanstalk-commands-for-rails.html
Regards,
Pavan
0 Comments