-
Notifications
You must be signed in to change notification settings - Fork 1
Install
Jerome Lepage edited this page Oct 11, 2016
·
9 revisions
How to install...
Go to the github repository and download the master branch.
Unzip the sources of the master branch on your webapp context under the folder cffwk.
Or use mappings to set the cfFramework content under the mapping cffwk.
For a fresh start, you can copy the Application.cfc and index.cfm from the subfolder "example" to the root of your webapp.
/cffwk
... cfFrameworks files
/controllers
/helpers (optionnal)
/model (very subjective, your objects model)
/services
/viewing
/layouts
/views
/widgets
/Application.cfc
/index.cfm
That part depends on your hosting environnement, please refere to your cfml engine (Lucee, Railo or Coldfusion)
You should see a cfFramework welcome page ;)
Edit your configuration for your application. See Configuration section for more information.
Copyright (c) 2016, Jerome Lepage ([email protected])