ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages
|
This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles. This manual page is associated with Mac OS X Server. It is not available on standard Mac OS X (client) installations. For more information about the manual page format, see the manual page for manpages(5). |
pcastconfig(1) BSD General Commands Manual pcastconfig(1) NAME pcastconfig -- Podcast Producer server configuration command line tool SYNOPSIS pcastconfig --enable_workflow workflow_name pcastconfig --disable_workflow workflow_name pcastconfig --validate_workflow workflow_name pcastconfig --validate_workflow_at_path workflow_name pcastconfig --cache_workflow workflow_name pcastconfig --validate_all_workflows pcastconfig --update_workflows_in_db pcastconfig --enable_camera camera_name pcastconfig --disable_camera camera_name pcastconfig --create_upload_node shared_filesystem_path pcastconfig --add_property property_name --value value [--protect] pcastconfig --remove_property property_name pcastconfig --add_access access_group --properties property_list pcastconfig --remove_access access_group pcastconfig --help WORKFLOW COMMANDS --enable_workflow workflow_name This enables the workflow named 'workflow_name' --disable_workflow workflow_name This disables (hides) the workflow named 'workflow_name' --validate_workflow workflow_name This validates the contents of the workflow named 'workflow_name'. The workflow must already be in the database. --validate_workflow_at_path workflow_path This validates the contents of the workflow at the path 'work-flow_path'. 'workflow_path'. flow_path'. The workflow does not need to be in the database. --cache_workflow workflow_name This caches the workflow named 'workflow_name' in the shared filesystem. --validate_all_workflows This validates the contents of all the workflow in the database. --update_workflows_in_db This makes the database current with workflows in: /System/Library/PodcastProducer/Workflows and /Library/PodcastPro-ducer/Workflows. /Library/PodcastProducer/Workflows. ducer/Workflows. CAMERA COMMANDS --enable_camera camera_name This enables the camera named 'camera_name' --disable_camera camera_name This disables (hides) the camera named 'camera_name' UPLOAD NODE COMMANDS --create_upload_node shared_filesystem_path This sets up the Podcast Producer to be an upload-only node. It only runs apache and the HTTPS upload CGI. PROPERTY COMMANDS --add_property property_name --value value [--protect] This creates a global system property in the Podcast Producer server database. --remove_property property_name This removes a global system properties from the Podcast Producer server database. PROPERTY ACCESS COMMANDS --add_access access_group --properties property_list This creates a one-time access key for a list of properties in the Podcast Producer server database. It associates this access token with an access_group. The property list is colon separated (e.g. "Property1:Property2") --remove_access access_group This revokes all access keys for property accesses associated with a specific access_group. Mac OS April 2, 2008 Mac OS |
|