Skip to content

Commit 4fdd5e3

Browse files
bpamirigitbook-bot
authored andcommitted
GitBook: No commit message
1 parent b01a56d commit 4fdd5e3

File tree

8 files changed

+1100
-8
lines changed

8 files changed

+1100
-8
lines changed
792 KB
Loading

guides/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ server start
6161
{% endtab %}
6262
{% endtabs %}
6363

64-
![](.gitbook/assets/73279f3-wheels\_generate\_app\_larger.gif)
64+
![](.gitbook/assets/73279f3-wheels_generate_app_larger.gif)
6565

6666
A few minutes after submitting the above commands a new browser window should open up and display the default CFWheels congratulations screen.
6767

68-
![](.gitbook/assets/76e1179-Screen\_Shot\_2022-02-08\_at\_9.12.06\_AM.png)
68+
<figure><img src=".gitbook/assets/Screenshot 2025-01-23 at 11.21.18 AM.png" alt=""><figcaption></figcaption></figure>
6969

7070
So what just happened? Since we only passed the application name `myApp` to the `wheels generate app` command, it used default values for most of its parameters and downloaded our Base template (cfwheels-base-template) from ForgeBox.io, then downloaded the framework core files (cfwheels) from ForgeBox.io and placed it in the wheels directory, then configured the application name and reload password, and started a Lucee server on a random port.
7171

guides/SUMMARY.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
## INTRODUCTION
44

55
* [Getting Started](README.md)
6-
* [Running Local Development servers](introduction/getting-started/running-local-development-servers.md)
7-
* [Beginner Tutorial: Hello World](introduction/getting-started/beginner-tutorial-hello-world.md)
8-
* [Beginner Tutorial: Hello Database](introduction/getting-started/beginner-tutorial-hello-database.md)
9-
* [Tutorial: CFWheels, AJAX, and You](introduction/getting-started/tutorial-cfwheels-ajax-and-you.md)
6+
* [Running Local Development servers](introduction/readme/running-local-development-servers.md)
7+
* [Beginner Tutorial: Hello World](introduction/readme/beginner-tutorial-hello-world.md)
8+
* [Beginner Tutorial: Hello Database](introduction/readme/beginner-tutorial-hello-database.md)
9+
* [Tutorial: CFWheels, AJAX, and You](introduction/readme/tutorial-cfwheels-ajax-and-you.md)
1010
* [Frameworks and CFWheels](introduction/frameworks-and-cfwheels.md)
1111
* [Requirements](introduction/requirements.md)
1212
* [Manual Installation](introduction/manual-installation.md)

guides/handling-requests-with-controllers/responding-with-multiple-formats.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ using the following methods:
2727

2828
Which formats you can request is determined by what you configure in the\
2929
controller. See the section below on _Responding to Different Formats in the_\
30-
_Controller_ for more details.
30+
&#xNAN;_&#x43;ontroller_ for more details.
3131

3232
#### URL Variable
3333

@@ -88,7 +88,7 @@ of the box.
8888
* `xls`
8989

9090
You can use [addFormat()](https://api.cfwheels.org/controller.addformat.html) to set more types to the appropriate MIME type for reference. For example, we could set a Microsoft Word MIME type in\
91-
`app/config/settings.cfm` like so:&#x20;
91+
`app/config/settings.cfm` like so:
9292

9393
```javascript
9494
application.wo.addFormat(extension="doc", mimeType="application/msword");

0 commit comments

Comments
 (0)