h1. Quickstart Guide
This describes the quick installation and deployment overview of the Taverna Workflow Service.
For detailed instructions, refer to the [Administrator's Guide|caGrid 1.4 Taverna Service Administrators Guide].
To see all the documentation of the Taverna Workflow Service, see [workflow documentation|documentation].
Assuming that you have already installed the [Prerequisite Software|1 - Before you begin#Prerequisite Software and Container Installation], lets proceed:
h2. 1. Download the latest caGrid software release from Subversion
*caGrid 1.4:*
{terminal}svn checkout https://ncisvn.nci.nih.gov/svn/cagrid/branches/caGrid-1_4_release/cagrid-1-0/caGrid
{terminal}
There are other [options|1 - Before you begin#Prerequisite Software and Container Installation] to download the CaGrid software release.
h2. 2. Build the Service: [More Details|1 - Before you begin#Build Taverna Workflow Service]
!workflow:Build the Service^Ant-all.png!
h2. 3. Install Taverna-2.0 [More Details|2 - Taverna 2.1.2 Configuration and Installation]
{code}%> cd projects/TavernaWorkflowService
%> ant taverna-package
{code}
Note: Ignore the Error messages (java.io.FileNotFoundException) when downloading the Taverna artifacts.
h2. 4. Edit service.properties [More Details|3 - Deploy Taverna Service#Editing the service.properties File]
!workflow:Edit Service Properties^TWS-service.properties.png!
Edit *service.properties* and set *tavernaDir* and *baseRepositoryDir* to point to the correct locations of Taverna-2.0
h2. 5. Run ant deployGlobus [More Details|3 - Deploy Taverna Service#Running ant deployGlobus]
{code}%> ant deployGlobus
{code}
Congratulations, you have successfully installed and deployed a Taverna Workflow Service.