How to move rails application from one server to another server

124 views
Skip to first unread message

kishan kumar katamala

unread,
Jul 25, 2013, 5:41:02 AM7/25/13
to rubyonra...@googlegroups.com
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.

Robert Walker

unread,
Jul 25, 2013, 12:03:34 PM7/25/13
to rubyonra...@googlegroups.com
kishan kumar katamala wrote in post #1116674:
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/.

Colin Law

unread,
Jul 25, 2013, 12:13:40 PM7/25/13
to rubyonra...@googlegroups.com
On 25 July 2013 10:41, kishan kumar katamala <kishank...@gmail.com> wrote:
> Hi all,
>
> I am newbie to ruby on rails, i want to move rail application from one
> server to another servers.

To understand how rails apps work, so that you can work out what you
need to do for your particular application, work right through a good
rails tutorial such as railstutorial.org (which is free to use
online).

Colin

kishan kumar k.

unread,
Aug 12, 2013, 7:51:33 AM8/12/13
to rubyonra...@googlegroups.com
Robert Walker wrote in post #1116678:
sorry for the late reply,
Existing application is running on apache web server, database mysql.
can you please let me,
what all needs to be installed in new servers before moving the rail
applications.
*like how to know which all gems the old server is using.
*will it be problem if i install higher version of gems/ruby
*which all config files i need to modify.

And also can you point if there are any webpages which contains step by
step procedure of achieving this task.

Colin Law

unread,
Aug 12, 2013, 8:07:14 AM8/12/13
to rubyonra...@googlegroups.com
Have you done what I originally suggested (and to which you did not
respond) which is to work through a tutorial such as
railstutorial.org, which will help you to understand the basics of
rails and answer several of the questions above.

Colin
Reply all
Reply to author
Forward
0 new messages