Heres the overview. I have developed a ruby on rails app on my local MacBook Pro machine using the standard webBrick server that comes with rails. All assets are in place and all gems are installed in the application. I have an account with 1&1 and they have a dedicated L2 Linux server that caters for Ruby on Rails apps. What I want to know is how do I, from what I have now, a fully working rails app in development mode on my local machine transfer/deploy this to the L2 Linux Server. I.e. what details/credentials/software would I need to complete this? My rails app uses a MYSQL database. Rails version is 3.2.8 and ruby version is Ruby 1.8.7
I hope this question is completely understandable.