Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The vhs ingest workflow is deployed and setup on "canopus" server under the "yousee" user.

The deployment consists of:

  • Test mpeg files ( located in ~/scratch/vhstestfiles/)
  • Workflow configuration (from sbproject git repository)
  • Workflow scripts and binaries (deployed as integration tests)

 

To run the workflow

cd vhs-ingest-workflow/services/workflow/

export VHSINGEST_HOME=~/vhs-ingest-workflow/services/workflow/

export VHSINGEST_WORKFLOW_CONFIG=~/vhs-ingest-config/youseeingestworkflow/

export VHSINGEST_CONFIG=~/vhs-ingest-config/

 

./bin/runWorkflow.sh "<pick a file from ~/scratch/vhstestfiles>" "<fill in a program title>" "<fill in start time>" "<fill in end time>"

e.g:

./bin/runWorkflow.sh "/home/yousee/scratch/vhstestfiles/Deadline_18_2_2005_18_1.mpeg" "DR2 Deadline 2005-06-14" "2005-06-14T12:00:04" "2005-06-14T15:00:07"

 

 

  • No labels