From 5e071767d214e810110a3c7d133066d9305800d7 Mon Sep 17 00:00:00 2001 From: jeb228 Date: Tue, 6 Jul 2010 15:16:51 +0000 Subject: [PATCH] Minor changes for rel-1.1 --- doc/install.txt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/install.txt b/doc/install.txt index 2175f090..b2c87f66 100644 --- a/doc/install.txt +++ b/doc/install.txt @@ -42,10 +42,10 @@ I. Install required software Before installing VIVO, make sure that the following software is installed on the desired machine: - * Java (SE) 1.5 or higher [http://java.sun.com] - * Apache Tomcat 5.x or higher [http://tomcat.apache.org] - * Apache Ant [http://ant.apache.org] - * MySQL 4.1 or higher [http://www.mysql.com] + * Java (SE) 1.6 or higher [http://java.sun.com] + * Apache Tomcat 6.x or higher [http://tomcat.apache.org] + * Apache Ant 1.7 or higher [http://ant.apache.org] + * MySQL 5.1 or higher [http://www.mysql.com] ------------------------------------------------------------------------------- @@ -71,8 +71,8 @@ Keep track of the database name, username, and password for Step IV. III. Download the VIVO code distribution Download either a zip or gz file and unpack it on your web server: -ftp://download.mannlib.cornell.edu/pub/Vivo/rel-1.0.zip -ftp://download.mannlib.cornell.edu/pub/Vivo/rel-1.0.tar.gz +ftp://download.mannlib.cornell.edu/pub/Vivo/rel-1.1.zip +ftp://download.mannlib.cornell.edu/pub/Vivo/rel-1.1.tar.gz ------------------------------------------------------------------------------- @@ -111,15 +111,14 @@ example value: /usr/local/tomcat property name: webapp.name example value: vivo - Directory where uploaded files will be stored. Depending on - your permissions and who Tomcat is running as, you may need - to create these directories ahead of time. + Directory where uploaded files will be stored. You must create + this directory ahead of time. property name: upload.directory example value: /usr/local/vivo/data/uploads Directory where the Lucene search index will be built. Depending on your permissions and who Tomcat is running as, - you may need to create these directories ahead of time. + you may need to create this directory ahead of time. property name: LuceneSetup.indexDir example value: /usr/local/vivo/data/luceneIndex @@ -283,6 +282,7 @@ Locate the directive and update as follows: docBase="/usr/local/tomcat/webapps/vivo" reloadable="true" cookies="true" > +