Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
OpenDeploy individual files or folders
jrd
I was wondering if any one has set up OpenDeploy so that you can deploy individual folders and files....but from within Teamsite ratherthan opendeploy.
Looking at the configuration files.....I can either open deploy the whole site......or I can set up individual configuration files for individual folders....which is not what I want.
Find more posts tagged with
Comments
MattP
I have not written code for this, but look into a file list deployment (pg 220 OD admin) that is initiated from a Workflow in TS.
Matt
Matthew Petitjean
BOC Group
Murray Hill, NJ 07974 USA
Adam Stoller
You'd want to create a sourceFilesystem with filelist deployment configuration - where the name of the filelist (and quite likely the source area) are passed in as parameters ($varname^).
Then you need to write a CGI program for a custom menu item to retrieve information from the current context of the TeamSite GUI and utilize that information to generate a temporary filelist and pass that, along with the filesystem path to iwodstart.
For help in writing the CGI custom menu script - take a look at IWHOME/httpd/iw-bin/show_env.ipl
--fish
(Interwoven Senior Technical Consultant)