Difference between revisions of "PT Sync Install 1.0"

From ADF Docs
Jump to: navigation, search
Line 36: Line 36:
 
# Configure the ''/webadmin/sync/'' subsite Content Security to give 'No Rights' to 'Anonymous Users' and 'Authenticated Users'.   
 
# Configure the ''/webadmin/sync/'' subsite Content Security to give 'No Rights' to 'Anonymous Users' and 'Authenticated Users'.   
 
# Configure the ''/webadmin/sync/'' subsite Content Security to give permissions to the group of administrators who will manage the sync application.
 
# Configure the ''/webadmin/sync/'' subsite Content Security to give permissions to the group of administrators who will manage the sync application.
 +
 +
== Pages ==
 +
 +
=== App Configuration ===
 +
The PT Sync Configuration Page will be used to manage the ptSync Configuration custom element.
 +
 +
'''Setup the App Configuration on the Source site!'''
 +
 +
==== Steps ====
 +
# Create a new page called 'Configuration Manager' in the ''/webadmin/sync/'' subsite.
 +
# In the main content of the page, add a Custom Script element.
 +
# Enter the explicit module path for:
 +
## ''/ADF/apps/pt_sync/customcf/sync_config_admin.cfm''
 +
# Publish the page.
 +
 +
==== Create Sync Configuration Record ====
 +
 +
We are creating a single PT Sync Configuration element record to be used within the application. 
 +
 +
On the page select the "Edit Configuration" button.  Complete this form to select the source site, destination site, and the Sync Mapping custom element that was imported.
 +
 +
Once this record is saved and created, this page will render the "Show/Hide Configuration" button to see the configuration record.
 +
 +
[[Reset ADF|Reset the ADF]] for the server and site.
 +
  
 
[[Category:PT Sync]]
 
[[Category:PT Sync]]

Revision as of 18:48, 21 December 2011

Overview

The PT Sync Application is built within the ADF. The ADF must be installed in the site to run the PT Sync, follow the ADF Installation instructions.

Download

Download the PT Sync Application from the Community Site or from the SVN Repository.

Extract the zip files into the following directory: /ADF/apps/pt_sync/

ADF Configuration

  • Make sure the ADF is setup and running on the site. If the ADF is not setup, then follow the instructions for ADF Installation.
  • Open the sites 'ADF.cfc' (See Site Configuration (ADF.cfc) for more info) file (located in your site's /_cs_apps/ directory) in a text editor. Locate the Load the ADF Application into application space comment in the file. Add (or uncomment) the following command under the comment section:
loadApp("ptSync");
  • Load the PT Sync Application into the source and destination site!
  • Reset the ADF for the server and site.

Import

Only important these elements into the Source Site

Create a new element category called "PT Sync Elements". Import Custom Elements in this order:

  1. Sync Mapping
  2. ptSync Configuration

Subsites

It is highly recommended that a PT Sync webadmin subsite is created for the administrators. This configuration allows subsite security to be used to allow only Administrators access to the webadmin subsite.

Your site may already have a webadmin subsite. The steps below will add a sync subsite under the webadmin subsite.

Web Admin

  1. Create a new subsite under the site root called webadmin.
  2. Create a new subsite under webadmin called sync.
  3. Configure the /webadmin/sync/ subsite Content Security to give 'No Rights' to 'Anonymous Users' and 'Authenticated Users'.
  4. Configure the /webadmin/sync/ subsite Content Security to give permissions to the group of administrators who will manage the sync application.

Pages

App Configuration

The PT Sync Configuration Page will be used to manage the ptSync Configuration custom element.

Setup the App Configuration on the Source site!

Steps

  1. Create a new page called 'Configuration Manager' in the /webadmin/sync/ subsite.
  2. In the main content of the page, add a Custom Script element.
  3. Enter the explicit module path for:
    1. /ADF/apps/pt_sync/customcf/sync_config_admin.cfm
  4. Publish the page.

Create Sync Configuration Record

We are creating a single PT Sync Configuration element record to be used within the application.

On the page select the "Edit Configuration" button. Complete this form to select the source site, destination site, and the Sync Mapping custom element that was imported.

Once this record is saved and created, this page will render the "Show/Hide Configuration" button to see the configuration record.

Reset the ADF for the server and site.