Sha256: f6b46021fec9d9ee97fbea44aa045635697205c639e3690c0cabaedfdffc87f1
Contents?: true
Size: 646 Bytes
Versions: 5
Compression:
Stored size: 646 Bytes
Contents
<banner>Deploying a Ruby on Rails application: an example</banner> Suppose you have a Ruby on Rails application in <b>/somewhere</b>. Add a virtual host to your Apache configuration file, and set its DocumentRoot to <b>/somewhere/public</b>, like this: <b> <VirtualHost *:80> ServerName www.yourhost.com DocumentRoot /somewhere/public </VirtualHost> </b> And that's it! You may also want to check the Users Guide for security and optimization tips and other useful information: <yellow><%= @users_guide %></yellow> Enjoy Passenger, a product of Phusion (<b><%= @phusion_website %></b>) :-) <b><%= @passenger_website %></b>
Version data entries
5 entries across 5 versions & 1 rubygems