1

I have developed rails application, which I now want to deploy to an Amazon server. How can I do this? Also I have registered domain name from godaddy.

wpp
  • 7,093
  • 4
  • 33
  • 65
Deepak Kevat
  • 37
  • 1
  • 7
  • What happened when you typed your question into google? :) When you then read the tutorials that were shown - what was missing from them that you weren't able to understand? When you tried it using your own project - what errors did you get that we can help you with? – Taryn East May 18 '15 at 02:04

1 Answers1

1

The easiest way to do so is to have your application stored on a Git repository, Github for example. Then on your Amazon machine, clone your repo and you will have all your file on the cloud (almost) ready to use. Take a look at this documentation from Amazon for more infos.

For your domain, you must create a redirection to your Amazon machine IP. Here is a link you should see.

Community
  • 1
  • 1
ZazOufUmI
  • 3,212
  • 6
  • 37
  • 67