which MVC for coldfusion?
- by mrjayviper
newbie to MVC here. so please be gentle.
I want to move one of our existing apps (currently located in http://www.companywebsitegoeshere.com/myapp1) to MVC.
As can be seen in the URL, there are many apps running in the website which I intend to move at some stage. I don't have write access to the wwwroot (/var/www/html in my case) and the webserver is used by multiple developers across the company.
I'm hoping I can have the MVC framework core files/folders + my app all located in in 1 subfolder. In the case of myapp1, all the filers and folders will be inside /var/www/html/myapp1 subfolder.
Can you please point me to the right direction (links/guides/docs/videos/etc)? I've looked at several like cfwheels/mach-ii/fw1 but they seemed requires wwwroot access.
Thanks! :)