Skip to content

Install

Jerome Lepage edited this page Oct 11, 2016 · 9 revisions

How to install...

First, download the sources of cfFramework

Go to the github repository and download the master branch.

Unzip the sources on your webapp context

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.

Default tree folders

/cffwk
    ... cfFrameworks files
/controllers
/helpers (optionnal)
/model (very subjective, your objects model)
/services
/viewing
     /layouts
     /views
     /widgets
 /Application.cfc
 /index.cfm

Configure and start your webservices

That part depends on your hosting environnement, please refere to your cfml engine (Lucee, Railo or Coldfusion)

Test your installation

You should see a cfFramework welcome page ;)

Edit Application.cfc

Edit your configuration for your application. See Configuration section for more information.