Taverna Workflow 1.3
Quickstart Guide
This describes the quick installation and deployment overview of the Taverna Workflow Service.
For detailed instructions, refer to the Administrator's Guide.
To see all the documentation of the Taverna Workflow Service, see workflow documentation.
Assuming that you have already installed the Prerequisite Software, lets proceed:
1. Download the latest caGrid software release from Subversion
Subversion Checkout on Windows
The caGrid 1.3 release stream provides access to the official source code repository for caGrid 1.3. On Windows systems, we recommend the following 3rd party tool as a GUI front-end to subversion to check out a caGrid release: http://tortoisesvn.tigris.org
The command line version of subversion can be obtained from http://subversion.apache.org/source-code.html![]()
caGrid 1.3 Release Stream
caGrid 1.3 latest

caGrid 1.3.0.2

svn checkout https://ncisvn.nci.nih.gov/svn/cagrid/tags/caGrid-1_3_release_1_3_0_2/cagrid-1-0/caGrid/
caGrid 1.3.0.1

svn checkout https://ncisvn.nci.nih.gov/svn/cagrid/tags/caGrid-1_3_release_1_3_0_1/cagrid-1-0/caGrid/
caGrid 1.3.0.0

There are other options to download the CaGrid software release.
2. Build the Service: More Details

3. Install Taverna-2.0 More Details
%> cd projects/TavernaWorkflowService
%> ant taverna-package
Note: Ignore the Error messages (java.io.FileNotFoundException) when downloading the Taverna artifacts.
4. Edit service.properties More Details

Edit service.properties and set tavernaDir and baseRepositoryDir to point to the correct locations of Taverna-2.0
5. Run ant deployGlobus More Details
%> ant deployGlobus
Congratulations, you have successfully installed and deployed a Taverna Workflow Service.





