简体   繁体   中英

Publishing a Ruby on Rails website using Amazon S3

I've completed my website using a Ruby on Rails framework, which uses a simple database.

I have set up an Amazon S3 account and would like to upload it to this, however I've been told that I would need more than just this to get the website working.

I am COMPLETELY new to uploading RoR websites, so would anyone be willing to talk me through what needs doing/ why?

Amazon S3 is simply for storing static assets, images, css etc. You can run entirely static sites on it ie html but not 'applications'.

You may have misheard - you could use Amazon EC2 which provide you with a virtual server to host your application and run your application.

If you are entirely new to this process then I suggest you investigate the likes of Heroku (heroku.com) EngineYard, BrightBox, Rackspace etc With the first you probably would be able to use their free offering and deployment is simply by Git - there's no system administration involved.

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