Difference between revisions of "ADF Installation"

From ADF Docs
Jump to: navigation, search
(Created page with '== ADF Installation == The following steps outline the files to configure for your server. # Download the ADF ## The URL to the ADF is: http://consulting.paperthin.com/svn/adf/ …')
 
(Related Guides)
Line 16: Line 16:
 
== Related Guides ==
 
== Related Guides ==
 
* [[Create_New_App|Create New ADF Application]]
 
* [[Create_New_App|Create New ADF Application]]
* Add new Component to Library
+
* [[Add_New_Library_Component|Add New Component to Library]]
 
* [[Load_Site_ADF_Components|Load Site ADF Components]]
 
* [[Load_Site_ADF_Components|Load Site ADF Components]]

Revision as of 17:55, 18 December 2009

ADF Installation

The following steps outline the files to configure for your server.

  1. Download the ADF
    1. The URL to the ADF is: http://consulting.paperthin.com/svn/adf/
  2. Paste the ADF directory to your server at the same level as the CommonSpot directory. The name of the folder is "ADF" and must be all capital letters. The ADF should not be within a CommonSpot site directory.
  3. Setup the ColdFusion and Web Mappings.
  4. The ADF has been setup for the server. Now we need to setup the ADF to work with a site.
  5. Starter Files are located in the /ADF/core/site-sample directory. This contains a starter 'custom-application.cfm', 'ADF.cfc', and 'ajaxProxy.cfm'. These files contain the basic initialization code for the ADF configuration into a site. See the Site Configuration wiki page for more details.
  6. Copy/paste the ADF.cfc and ajaxProxy.cfm into the sites /_cs_apps/ directory.
  7. Identify if your site is currently using a custom-application.cfm file.
    1. If not, then copy/paste the custom-application.cfm at your sites root (ColdFusion restart is required).
    2. If your site is running a custom-application.cfm file, then copy/paste the contents of the starter custom-application.cfm into the top of your sites custom-application.cfm.
  8. Reset ADF for the Server and Site.

Related Guides