Chris Muench
Chris Muench

Reputation: 18318

How to install ror on apache

Is all I need mod_rails and ruby 1.9.2? What is the best resource for production setup of rails.

Upvotes: 0

Views: 574

Answers (1)

apneadiving
apneadiving

Reputation: 115511

The first time I deployed a Rails app, I simply read this.

Once this config done, I recommend you learn how to use capistrano.

Upvotes: 2

Related Questions