You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by br...@apache.org on 2015/02/19 13:15:14 UTC

svn commit: r1660863 - /incubator/taverna/site/trunk/content/download/server/index.md

Author: brenninc
Date: Thu Feb 19 12:15:13 2015
New Revision: 1660863

URL: http://svn.apache.org/r1660863
Log:
Taverna Server

Added:
    incubator/taverna/site/trunk/content/download/server/index.md

Added: incubator/taverna/site/trunk/content/download/server/index.md
URL: http://svn.apache.org/viewvc/incubator/taverna/site/trunk/content/download/server/index.md?rev=1660863&view=auto
==============================================================================
--- incubator/taverna/site/trunk/content/download/server/index.md (added)
+++ incubator/taverna/site/trunk/content/download/server/index.md Thu Feb 19 12:15:13 2015
@@ -0,0 +1,91 @@
+Title:     None Apache Taverna Server
+Notice:    Licensed to the Apache Software Foundation (ASF) under one
+           or more contributor license agreements.  See the NOTICE file
+           distributed with this work for additional information
+           regarding copyright ownership.  The ASF licenses this file
+           to you under the Apache License, Version 2.0 (the
+           "License"); you may not use this file except in compliance
+           with the License.  You may obtain a copy of the License at
+           .
+             http://www.apache.org/licenses/LICENSE-2.0
+           .
+           Unless required by applicable law or agreed to in writing,
+           software distributed under the License is distributed on an
+           "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+           KIND, either express or implied.  See the License for the
+           specific language governing permissions and limitations
+           under the License.
+
+<div class="alert alert-info" role="alert"><p><span class="glyphicon glyphicon-info-sign" aria-hidden="true"></span>
+Taverna is transitioning to the Apache Incubator. 
+Currently there is no Apache version of Taverna Server. 
+This page is a template for the download page once an Apache version is available. 
+</div>
+
+This version of the Server is based on Taverna 2.5 and is called **Taverna Server 2.5.4**. 
+[Documentation](/documentation/server/) for the Server is available on-line.
+
+##Installation
+
+Download the **[Taverna Server 2.5.4 WAR](http://www.taverna.org.uk/download/server/2-5/)** and 
+   follow the 
+   [installation instructions](http://dev.mygrid.org.uk/wiki/display/taverna/Installation+Guide).
+
+ - [Taverna Server 2.5.4](http://www.taverna.org.uk/download/server/2-5/) (WAR, 196 MiB)
+  - MD5: 20d27405b27a3418b783777171734514
+  - SHA1: d2909ad0b222a001639c5337171b9e2b553f1cbc
+
+ - [Installation Guide](http://www.taverna.org.uk/download/server/2-5/) (PDF, 7 MiB)
+  - MD5: a91d2ccb0aca9322a92e9d456a1389aa
+  - SHA1: d90daf85c09035caca48536cefd4d2d557aeca3a
+
+ - [User Guide](http://www.taverna.org.uk/download/server/2-5/) (PDF, 13 MiB)
+  - MD5: 25f75e419a018d03252c63fbcd111a5f
+  - SHA1: d080ea3765e8ef41a8cecc6564bf2aaf11b78199
+
+The software distributor Launchpad has an archive of 
+   [earlier None Apache releases of Taverna Server](https://launchpad.net/taverna-server/+series).
+
+##System Requirements
+
+####Operating system
+
+The Server can currently be installed on Linux and Mac OS X.
+
+####Java
+
+You will need a Java 7 installation or newer. 
+Either OpenJDK 7 or Oracle Java 7 are recommended.
+
+> If using Oracle Java 7, you must install the 
+>   **[Java Cryptography Extension extension for Java
+>   1.7](http://www.oracle.com/technetwork/java/javase/downloads/jce-7-download-432124.html)**
+>   and follow the included README on how to install the JCE to
+>   *lib/security/* of your Java installation. 
+>   This is *not* necessary for OpenJDK 7.
+
+####WebApp container
+
+You will need a suitable servlet container.
+
+The Server has been developed using [Tomcat 6.0.26](http://tomcat.apache.org/download-60.cgi)
+   as the servlet container, but other versions of Tomcat are known to work 
+   (back to at least Tomcat 6.0.20, and up to Tomcat 7.0.53) and other containers may also 
+   function correctly as no Tomcat-specific APIs are used in the deployable code. 
+   We welcome feedback on which containers work, as well as on how to configure them.
+
+##Source Code
+
+The source code to Apache Taverna Server is available from the Taverna project';s 
+   [space on Apache;s Git Server](https://git-wip-us.apache.org/repos/asf?p=incubator-taverna-server.git). 
+The 2.5.4 release was made automatically using Apache Maven from the 
+   [2.5.4](https://github.com/taverna/taverna-server/releases/tag/2.5.4) git tag; 
+   you may download the [exact source tree](http://www.taverna.org.uk/download/server/2-5/) 
+   if you wish, but it is easier to fork and check out the code.
+
+If you encounter any problems, please [contact us](/community).
+
+##Related products
+
+ - [Taverna Server client library for Ruby](/download/server/client-side-stuff)
+ - [Amazon Machine Image containing the Taverna Server 2.4](/download/server/taverna-server-amazon-machine-image/)