简体   繁体   中英

How to deploy Rails app to EC2 (Amazon)

Guys, help me please to deploy my Rails app to AWS EC2. If you can, write full information about prefer my app files to deploy and other. Im using: SQlite Dont using: git

In addition to the options already mentioned in the comments, I'd consider using Amazon Elastic Beanstalk which will help provision all the necessary AWS resources (including a database, load balancer, security groups). See: https://medium.com/@jatescher/how-to-set-up-a-rails-4-2-app-on-aws-with-elastic-beanstalk-and-postgresql-3f9f29c046e2#.shg7u87kv

It's also worth considering whether you really want to use SQLite in production rather than something more powerful like Postgres or MySQL. This thread has a good discussion of some the relevant issues: Using SQLite as production database, bad idea but

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM