/English.lproj/PassengerPaneHelp/PassengerPaneHelp.html
HTML | 51 lines | 42 code | 9 blank | 0 comment | 0 complexity | 041b19a0994b74e320562cc44910c78c MD5 | raw file
1<?xml version="1.0" encoding="utf-8"?> 2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 3<html xmlns="http://www.w3.org/1999/xhtml"> 4<head> 5<title>Using Passenger preferences</title> 6<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> 7<meta name="AppleTitle" content="PassengerPaneHelp"> 8<link href="style.css" rel="stylesheet" type="text/css" media="all"/> 9</head> 10<body id="apple-pd"> 11 12<a name="main_passenger_help"></a> 13<div id="main"> 14 15<h1><img src="PassengerPref-32.png" alt="" height="32" width="32" /> Using Passenger preferences</h1> 16 17<p>You can use <a href="http://www.modrails.com/">Phusion Passenger</a> to run Ruby on Rails and Rack applications on the Apache web server included with Mac OS X.</p> 18 19<table> 20<tr> 21 <th>Preference</th> 22 <th>Explanation</th> 23</tr> 24<tr> 25 <td>Address</td> 26 <td>The address to use for viewing the application in a web browser, e.g. “myapp.local”.</td> 27</tr> 28<tr> 29 <td>Aliases</td> 30 <td>Alternative addresses for the application as a space separated list, e.g. “admin.myapp.local assets1.myapp.local assets2.myapp.local”.</td> 31</tr> 32<tr> 33 <td>Folder</td> 34 <td>The top level folder containing the application files (Defined in Rails as RAILS_ROOT).</td> 35</tr> 36<tr> 37 <td>Run in…</td> 38 <td>The environment you want to run the application in.</td> 39</tr> 40</table> 41 42<p>Drag an application folder from the Finder and drop it on the source list to add a new application. Drag an application from the source list and drop it on a text editor or into the terminal to further customize the Apache configuration.</p> 43 44<p>Restart an application by selecting it in the source list and clicking the ‘Restart’ button.</p> 45 46<p class="footer">The Passenger preference pane is a product of <a href="http://www.fngtps.com/">Fingertips</a>. Programming by Eloy Duran, interface design by Thijs van der Vossen. <a href="http://www.modrails.com/">Phusion Passenger</a> is a product of <a href="http://phusion.nl/">Phusion</a>. “Phusion” and “Phusion Passenger” are trademarks of Hongli Lai and Ninh Bui.</p> 47 48</div> 49 50</body> 51</html>