|
Migrating your Rails programs to a new server
All right, so you've written your first big ruby on rails program and are ready to deploy it. Or perhaps,
you've got hold of a brand new server and are about to move your ruby on rails programs on to it. As you
may have found out (or are about to), the procedure isn't as straight forward as you think.
This document is intended to help ease the pain and make your transition as smooth as possible.
For the record, it is assumed that you've already installed ruby and rails on your new server. You should also
have installed the necessary modules for rails to connect to your database server of choice( MySQL, postgres etc.)
|
|