Difference between revisions of "PT ADF Dashboard"

From ADF Docs
Jump to: navigation, search
(Created page with '== Overview == The ADF Dashboard Application is built in the Application Development Framework (ADF). This application provides a dashboard for the ADF management…')
 
(Requirements)
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
The ADF Dashboard Application is built in the [[Overview|Application Development Framework (ADF)]].   
 
The ADF Dashboard Application is built in the [[Overview|Application Development Framework (ADF)]].   
  
This application provides a dashboard for the ADF management on the site.   
+
This application provides a dashboard for the ADF management on the site.  The dashboard includes tools to reset the ADF, view the apps on the server, view the apps running within the site, and more.
  
 
== Requirements ==
 
== Requirements ==
ADF V1.5
+
ADF Version 1.5
  
ADF Library components that are required for the Photo Gallery:
+
ADF Library components that are required:
 +
* data_1_0
 
* scripts_1_5
 
* scripts_1_5
 
* scriptsService_1_5
 
* scriptsService_1_5
 +
* utils_1_0
  
 
ADF must be configured correctly for your site.  [[Site Configuration (ADF.cfc)]] has instructions for configuration.
 
ADF must be configured correctly for your site.  [[Site Configuration (ADF.cfc)]] has instructions for configuration.
Line 20: Line 22:
  
 
# [[PT_ADF_Dashboard_Extract|Extract Application]]
 
# [[PT_ADF_Dashboard_Extract|Extract Application]]
# [[PT_ADF_Dashboard_LView_Configuration|LView Configuration]]
+
# [[PT_ADF_Dashboard_Left_Pane_Configuration|Left Pane Configuration]]
  
 
== Getting Started ==
 
== Getting Started ==

Latest revision as of 18:41, 19 July 2011

Overview

The ADF Dashboard Application is built in the Application Development Framework (ADF).

This application provides a dashboard for the ADF management on the site. The dashboard includes tools to reset the ADF, view the apps on the server, view the apps running within the site, and more.

Requirements

ADF Version 1.5

ADF Library components that are required:

  • data_1_0
  • scripts_1_5
  • scriptsService_1_5
  • utils_1_0

ADF must be configured correctly for your site. Site Configuration (ADF.cfc) has instructions for configuration.

Pre-installation Considerations

Application Development Framework (ADF) must be setup and configured on the server for the site. For detailed instructions, see the Application Development Framework (ADF) wiki page for Site Configurations.

Installation/Setup

Each of the following steps should be completed fully and in the order presented:

  1. Extract Application
  2. Left Pane Configuration

Getting Started