Plato example plan
Example Plato plan based on the demo from iPres 2013. The plan includes the example workflow using imagemagick tiff to tiff conversion as executable plan.
Example Plato plan based on the demo from iPres 2013. The plan includes the example workflow using imagemagick tiff to tiff conversion as executable plan.
# Install htop | |
aptitude install htop | |
# Increase jboss memory to 1.5G in /usr/local/share/jboss/bin/standalone.conf | |
# This avoids is necessary to create PAPs | |
JAVA_OPTS="-Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000" | |
# == to ==>>> | |
JAVA_OPTS="-Xms64m -Xmx1536m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000" |
# Make /home/roda/plato/fits-0.8.0/fits.sh executable | |
# Add OPF key | |
wget -O - http://ubapt.opf-labs.org/scape-components.gpg.key | sudo apt-key add - | |
# Add OPF to /etc/apt/sources.list.d/opf.list | |
deb http://ubapt.opf-labs.org precise-staging main | |
deb http://ubapt.opf-labs.org precise main | |
# Add Handbrake key | |
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 816950D8 |
<?xml version="1.0"?> | |
<workflow xmlns="http://taverna.sf.net/2008/xml/t2flow" version="1" producedBy="taverna-2.4.0"> | |
<dataflow id="a076fdee-b459-4581-8109-f152156c5329" role="top"> | |
<name>Workflow_digital-preservation-characterisation-video-ffprobe-video2xml_1.0.1</name> | |
<inputPorts> | |
<port> | |
<name>input</name> | |
<depth>0</depth> | |
<granularDepth>0</granularDepth> | |
<annotations> |