|
Revision 543, 475 bytes
(checked in by scorfield, 1 year ago)
|
|
Overhaul of skeleton to provide both a traditional (XML fusebox/circuit file) and new (no-XML files) versions.
Note that the new no-XML skeleton depends on Application.cfc and will not run on systems that do not support that.
This is mostly to illustrate how to use Application.cfc instead of fusebox.appinit.cfm and fusebox.init.cfm.
|
| Line | |
|---|
| 1 | Fusebox 5.5 Skeleton Applications |
|---|
| 2 | |
|---|
| 3 | Install the Fusebox 5.5 core files (see the Downloads section of fusebox.org). |
|---|
| 4 | |
|---|
| 5 | Copy this (skeleton) directory into your webroot. |
|---|
| 6 | |
|---|
| 7 | Test everything works by hitting these URLs in your browser: |
|---|
| 8 | |
|---|
| 9 | http://localhost/skeleton/traditional/ |
|---|
| 10 | |
|---|
| 11 | http://localhost/skeleton/noxml/ |
|---|
| 12 | |
|---|
| 13 | Replace "localhost" with whatever is appropriate for your server. |
|---|
| 14 | |
|---|
| 15 | The no-XML version requires Application.cfc support (ColdFusion MX 7 or later or compatible systems). |
|---|