Eyestreet "Content Deploy" Tool

This is a java-based tool that will "deploy" or copy content from an Alfresco WCM repository source to another (target) location.

The target location can be local or remote and can be a file system or other CMS.

Target Configuration:
---------------------

I used ISDA-IST1 as the target machine for testing.

o set executable bits on three scripts in bin: cda, wrapper, and deploy
o set the location of the Java binary in bin/wrapper.conf:
wrapper.java.command=/usr/local/jdk1.5.0_11/bin/java
o configured the agent (aka listener) by modifying etc/cda.xml:

<?xml version="1.0" encoding="UTF-8" ?>
<agent-config>
<admin bind-address="localhost" bind-port="21008" />
<server bind-address="18.92.0.199" bind-port="21009">
<permit host="18.92.1.223" key="">
<path location="/root/sturner/contentdeploy" />
</permit>
</server>
</agent-config>

This allows connections from 18.92.1.223 (isda-cs2) and allows deployment to /root/sturner/contentdeploy

Source Configuration:
---------------------

I used ISDA-CS2 as the source machine for testing.

Deploying content
-----------------

Finally, to deploy content, I issued these command:

cd $CDHOME/bin
./deploy ../conf/ist1-test.xml

This copies files from the satging sandbox of the "steveweb" web project on isda-cs2 into the file system on isda-ist1 under the directory /root/sturner/contentdeploy.