/wheels/public/congratulations.cfm

http://raihan.googlecode.com/ · ColdFusion · 34 lines · 29 code · 5 blank · 0 comment · 1 complexity · b1103304672a108ce0e2dfcb0326b6f3 MD5 · raw file

  1. <h1>Congratulations!</h1>
  2. <p><strong>You have successfully installed version <cfoutput>#application.wheels.version#</cfoutput> of Wheels.</strong><br />
  3. Welcome to the wonderful world of Wheels. We hope you will enjoy it!</p>
  4. <h2>Now What?</h2>
  5. <p>Now that you have a working installation of Wheels, you may be wondering what to do next. Here are some suggestions...</p>
  6. <ul>
  7. <li><a href="http://cfwheels.org/docs/1-1/chapter/hello-world">View and code along with our "Hello World" tutorial.</a></li>
  8. <li><a href="http://cfwheels.org/docs/1-1">Have a look at the rest of our documentation.</a></li>
  9. <li><a href="http://groups.google.com/group/cfwheels">Say &quot;Hello!&quot; to everyone in the Google Group.</a></li>
  10. <li>Build the next killer website on the World Wide Web...</li>
  11. </ul>
  12. <p><strong>Good Luck!</strong></p>
  13. <h2>How to Make this Message Go Away</h2>
  14. <p>Want to have another page load when your application loads this <abbr title="Uniform Resource Locator">URL</abbr>? You can configure your own <em>home route</em>.</p>
  15. <ol>
  16. <li>
  17. <p>Open the routes configuration file at <tt>config/routes.cfm</tt>.</p>
  18. </li>
  19. <li>
  20. <p>You will see a line similar to this for a route named <tt>home</tt>:</p>
  21. <pre>&lt;cfset addRoute(name=&quot;home&quot;, pattern=&quot;&quot;, controller=&quot;wheels&quot;, action=&quot;wheels&quot;)&gt;</pre>
  22. </li>
  23. <li>
  24. <p>Simply change the <tt>controller</tt> and <tt>action</tt> arguments to a controller and action of your choosing.</p>
  25. </li>
  26. <li>
  27. <p>Reload your Wheels application.</p>
  28. </li>
  29. </ol>