Search code examples
ruby-on-railslinuxproduction-environmentvagrant

How to move server environment to another server?


I have a VPS Linux Server with this environment: "rvm + ror + ngixn + passenger + unicorn + capistrano".

How to move server environment to another server fast?

I found:

  1. http://gitpusshuten.com/
  2. Vagrant http://vagrantup.com/

Who has experience with solving the problem? Can you explain how to move (to copy) the server environment better?


Solution

  • Along the same line as those listed is Chef by OpsCode. It's based on ruby and relies on recipes to implement what you want, where you want.

    http://wiki.opscode.com/display/chef/Home