root / framework / trunk / skeleton / README.txt

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 
1Fusebox 5.5 Skeleton Applications
2
3Install the Fusebox 5.5 core files (see the Downloads section of fusebox.org).
4
5Copy this (skeleton) directory into your webroot.
6
7Test everything works by hitting these URLs in your browser:
8
9        http://localhost/skeleton/traditional/
10       
11        http://localhost/skeleton/noxml/
12       
13Replace "localhost" with whatever is appropriate for your server.
14
15The no-XML version requires Application.cfc support (ColdFusion MX 7 or later or compatible systems).
Note: See TracBrowser for help on using the browser.