Ruby on Rails Monday, August 12, 2013

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.

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

--
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/1a5cb468aed30b2a1daca4c043e3829f%40ruby-forum.com?hl=en-US.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment