ruby on rails - Setting up Elastic Beanstalk on Ubuntu -


after doing research on scalability decided deploy rails app via aws instead of heroku. elastic beanstalk seems easy use problem i'm running can't figure out how install elastic beanstalk. i'm developing on remote aws ubuntu 12.04 instance. know apt-get lines install eb command line? find on amazon , various guides point me downloading/installing on local pc, want install on remote instance i'm developing on.

thanks! tom

you can use aws cli or aws elastic beanstalk command line tool. haven't tried cli deploying on elastic beanstalk sure works.


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -