Sha256: 201232ded87be7182817a572cd6b76f81725995336fad4e527ef5d22f5c60915
Contents?: true
Size: 1.87 KB
Versions: 5
Compression:
Stored size: 1.87 KB
Contents
<?xml version="1.0"?> <html> <head> <title>Feel the magic!</title> <style> body { margin: 10px; background-color: #fff; color: #333; } body, p, ol, ul, td { font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; line-height: 18px; } h1 { margin-top: 15px; margin-bottom: 45px; } li { margin-bottom: 7px; } pre { background-color: #eee; padding: 10px; font-size: 11px; } a { color: #000; } a:visited { color: #666; } a:hover { color: #fff; background-color:#000; } img { border: none; } </style> </head> <body> <a href="http://www.rubyforge.com/projects/nitro" target="_blank"><img src="m/nitro.png" /></a> <h1>Feel the magic of Nitro!</h1> <p><b>Before you move on</b>, verify that the following conditions have been met:</p> <ol> <li>The log directory and the empty log files must be writable to the web server (<code>chmod -R 666 log/*</code>). <li> The shebang line in the ctl file must reference your Ruby installation. <br/> You might need to change it to <code>#!/usr/bin/env ruby</code> or point directly at the installation. </li> </ol> <p>Here is <b>what do next</b>:</p> <ol> <li>Add your xhtml files in the public 'root' directory. Those files are automagically converted to controller actions by Nitro </li> <li>Place additonal media files, css, or xsl files in the public directory.</li> <li>Place your models and controllers in the lib directory.</li> <li>Develop your application utilizing Nitro's powerful features.</li> </ol> <p> <b>Having problems getting up and running?</b> First try debugging it yourself by looking at the log files. <br/> If you get stuck, post your problem to the <a href="http://rubyforge.org/mailman/listinfo/nitro-general">Nitro Mailing List</a> at <a href="http://www.rubyforge.com">Rubyforge</a>. </p> </body> </html>
Version data entries
5 entries across 5 versions & 1 rubygems