[Rails] Re: How to move rails application from one server to another server
kishan kumar katamala wrote in post #1116674:
> Hi all,
>
> I am newbie to ruby on rails, i want to move rail application from one
> server to another servers.
>
> can you please help me.
You need to investigate a proper application deployment strategy. You
should not have to "move" an app from one server to another. Instead you
need a script to deploy your app to the new server.
Many developers use Capistrano to mange their Rails deployments:
https://github.com/capistrano/capistrano
Rails apps should be contained within a single folder, but there's no
way to guess what all you need to configure on your server to make it
ready to run your Rails application. You've given no details on what
technologies (e.g. database server, web server, etc.) you are using to
run your app.
--
Posted via http://www.ruby-forum.com/.
--
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/c5676cb3ca93383021f36c541d7f4a14%40ruby-forum.com.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home