On Saturday, June 7, 2014 12:05:36 PM UTC+1, Thilak G wrote:
> Hi everyone,
>
>
>
>
> I am new to ruby on rails, I have developed rails application in rails-2.3.8,ruby-1.9.2,mysql, wamp server with windowsxp platform,can anyone help me how to deploy it and also tell me how to host it after deployed?
>
>
You've not picked the easiest combination: obsolete and no longer maintained ruby and rails versions (in particular that rails version has remote code execution vulnerabilities - at least pick the latest 2.3.x version) and a less common development platform.
Assuming you're deploying to a linux type environment then passenger, unicorn and puma are some of the common choices. I think these all still support rails 2.3.x but I could be wrong. If heroku still supports rails 2.3.x then that is an easy way to host a rails app.
If you do the hosting on your own (as opposed to heroku) then capistrano is a commonly used deployment mechanism.
Fred
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/05fa2041-2cf0-42a4-abd1-4bc6dfef1b56%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment