I have 2 questions:

  1. I'm currently working on a web app(website) in RoR. Now, was just thinking if there are any configurations/changes you do to make the web app cloud deployable. Like, what are the things i should consider while developing a web app that i might deploy on a cloud for scalability or for some reasons.

  2. How do i deploy an existing website on a cloud. Do I need to recode stuff to make it work on a cloud. Or No changes needed in the existing code, just follow the instructions given on the websites for cloud hosting.

Pls bear with me as I'm new to the cloud stuff and very eager to know it and use it.

Thanks

link|improve this question
There are about 50 cloud platforms out there. Can you provide more specifics? ASP.net with azure, php with amazon what are you trying to do? – Chris Kooken Jun 7 '11 at 18:15
feedback

closed as not a real question by Chris Kooken, Felix Kling, James Black, David Thornley, bmargulies Jun 8 '11 at 23:15

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.

1 Answer

You realize that the 'cloud' is the internet, right? The term cloud computing describes the tendency that apps are moving from desktop to the internet. Good examples are Google Docs, iCloud, where the user is working in the browser but that app is sufficiently complex that it feels like its a desktop app.

So you don't do anything special to deploy to the cloud, because its just deploying your app and making it available on the interwebz.

link|improve this answer
Thanks for your answer – Pamio Solanky Jun 7 '11 at 18:21
Thanks for the quick response. I mentioned the term web app(website) in my question which indicates i was meaning the internet. Anyway, so u mean that the development process is the same, just the deployment stuff changes. – Pamio Solanky Jun 7 '11 at 18:31
@pamio, basically. If you build your app with RoR, you will need to find RoR hosting. The provider you chose might have things they need to deploy your app, but the development process should be largely unnaffected. – hvgotcodes Jun 7 '11 at 18:34
Great, i got my answer. Thanks a million – Pamio Solanky Jun 7 '11 at 18:37
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.