|
9 | 9 | <p> |
10 | 10 | <i class="fa fa-check-circle"></i> |
11 | 11 | <strong> |
12 | | - You have successfully installed<cfif Len(get("version"))> version #get("version")# of</cfif> CFWheels. |
| 12 | + You have successfully installed<cfif Len(get("version"))> version #get("version")# of</cfif> Wheels.dev |
13 | 13 | </strong> |
14 | 14 | <br> |
15 | | - Welcome to the wonderful world of CFWheels. We hope you will enjoy it! Nod estart coding... |
| 15 | + Welcome to the wonderful world of Wheels. We hope you will enjoy it! Now start coding... |
16 | 16 | </p> |
17 | 17 |
|
18 | 18 | <h2>Now What?</h2> |
19 | | - <p>Now that you have a working installation of CFWheels, you may be wondering what to do next. Here are some suggestions.</p> |
| 19 | + <p>Now that you have a working installation of Wheels, you may be wondering what to do next. Here are some suggestions.</p> |
20 | 20 |
|
21 | 21 | <div class="row"> |
22 | 22 | <div class="column"> |
|
27 | 27 | <a class="" href="https://guides.cfwheels.org/cfwheels-guides/3.0.0-snapshot" target="_blank">Have a look at the rest of our documentation.</a> |
28 | 28 | </div> |
29 | 29 | <div class="column"> |
30 | | - <a class="" href="https://github.com/cfwheels/cfwheels/discussions" target="_blank">Say "Hello!" to everyone in the CFWheels community.</a> |
| 30 | + <a class="" href="https://github.com/cfwheels/cfwheels/discussions" target="_blank">Say "Hello!" to everyone in the Wheels community.</a> |
31 | 31 | </div> |
32 | 32 | <div class="column">Build the next killer website on the World Wide Web...</div> |
33 | 33 | </div> |
|
38 | 38 |
|
39 | 39 | <h3>How to Make this Message Go Away</h3> |
40 | 40 | <p> |
41 | | - Want to have another page load when your application loads this URL? You can configure your own <em>home route</em> |
42 | | - . |
| 41 | + Want to have another page load when your application loads this URL? You can configure your own <em>home route</em>. |
43 | 42 | </p> |
44 | 43 | <ol> |
45 | 44 | <li> |
46 | | - Open the routes configuration file at <code>app/config/routes.cfm</code> |
47 | | - . |
| 45 | + Open the routes configuration file at <code>app/config/routes.cfm</code>. |
48 | 46 | </li> |
49 | 47 | <li> |
50 | | - You will see a line similar to this for a route named <code>root</code> |
51 | | - : |
| 48 | + You will see a line similar to this for a route named <code>root</code>: |
52 | 49 | <pre> |
53 | 50 | <code>.root(to="wheels####wheels", method="get")</code> |
54 | 51 | </pre> |
|
58 | 55 | parameter to specify a <code>controller####action</code> |
59 | 56 | of your choosing. |
60 | 57 | </li> |
61 | | - <li>Reload your CFWheels application.</li> |
| 58 | + <li>Reload your Wheels application.</li> |
62 | 59 | </ol> |
63 | 60 | </cfoutput> |
64 | 61 |
|
|
0 commit comments