Minor changes for rel-1.1
This commit is contained in:
parent
35a35daab8
commit
5e071767d2
1 changed files with 10 additions and 10 deletions
|
@ -42,10 +42,10 @@ I. Install required software
|
||||||
Before installing VIVO, make sure that the following software is installed on
|
Before installing VIVO, make sure that the following software is installed on
|
||||||
the desired machine:
|
the desired machine:
|
||||||
|
|
||||||
* Java (SE) 1.5 or higher [http://java.sun.com]
|
* Java (SE) 1.6 or higher [http://java.sun.com]
|
||||||
* Apache Tomcat 5.x or higher [http://tomcat.apache.org]
|
* Apache Tomcat 6.x or higher [http://tomcat.apache.org]
|
||||||
* Apache Ant [http://ant.apache.org]
|
* Apache Ant 1.7 or higher [http://ant.apache.org]
|
||||||
* MySQL 4.1 or higher [http://www.mysql.com]
|
* 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
|
III. Download the VIVO code distribution
|
||||||
|
|
||||||
Download either a zip or gz file and unpack it on your web server:
|
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.1.zip
|
||||||
ftp://download.mannlib.cornell.edu/pub/Vivo/rel-1.0.tar.gz
|
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
|
property name: webapp.name
|
||||||
example value: vivo
|
example value: vivo
|
||||||
|
|
||||||
Directory where uploaded files will be stored. Depending on
|
Directory where uploaded files will be stored. You must create
|
||||||
your permissions and who Tomcat is running as, you may need
|
this directory ahead of time.
|
||||||
to create these directories ahead of time.
|
|
||||||
property name: upload.directory
|
property name: upload.directory
|
||||||
example value: /usr/local/vivo/data/uploads
|
example value: /usr/local/vivo/data/uploads
|
||||||
|
|
||||||
Directory where the Lucene search index will be built.
|
Directory where the Lucene search index will be built.
|
||||||
Depending on your permissions and who Tomcat is running as,
|
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
|
property name: LuceneSetup.indexDir
|
||||||
example value: /usr/local/vivo/data/luceneIndex
|
example value: /usr/local/vivo/data/luceneIndex
|
||||||
|
|
||||||
|
@ -283,6 +282,7 @@ Locate the <Host name="localhost"...> directive and update as follows:
|
||||||
docBase="/usr/local/tomcat/webapps/vivo"
|
docBase="/usr/local/tomcat/webapps/vivo"
|
||||||
reloadable="true"
|
reloadable="true"
|
||||||
cookies="true" >
|
cookies="true" >
|
||||||
|
<Manager pathname="" />
|
||||||
<Environment type="java.lang.String" override="false"
|
<Environment type="java.lang.String" override="false"
|
||||||
name="path.configuration"
|
name="path.configuration"
|
||||||
value="deploy.properties"
|
value="deploy.properties"
|
||||||
|
|
Loading…
Add table
Reference in a new issue