I am looking into some ColdFusion development with the Fusebox framework - I have installed CF10 and downloaded Fusebox 5.5 and their sample skeleton app, but I am left wanting at their setup guide.
I can get a basic app (Hello World style) working by just dropping a directory in my webroot and a basic index.cfm, but when I try to access the skeleton app I get an error saying the Fusebox files cant be found.
Can someone describe common convention/best practice for structuring my applications and FuseBox files in my web server?
I currently have the following structure:
+ wwwroot
+skeletonapplication (the skeleton application)
+FBCore (Fusebox core files)
Also, the docs mention that I need to add a line to index.cfm to confirm the directory structure - can anyone shed any more light on this as to what the config line looks like?
And finally, if anyone can chip in on general directory structure best practice for individual applications that would be great.. Im hoping they share something in common with the typical kind of layout as used by Initialize etc