Ruby on Rails Monday, August 12, 2013

On 12 August 2013 12:51, kishan kumar k. <lists@ruby-forum.com> wrote:
> Robert Walker wrote in post #1116678:
>> 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.
>
>
> 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.

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

--
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/CAL%3D0gLsif%3DMeBfeMH023Vv9s-0S%3De5%3DHSWREGQeqOomVVVRzzA%40mail.gmail.com?hl=en-US.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment