From fa0d3146997c619a3b6eb6b4bca2a7fa965f1783 Mon Sep 17 00:00:00 2001 From: ejc12 Date: Wed, 2 Feb 2011 02:03:07 +0000 Subject: [PATCH] Updated the text to match the install and upgrade docs for the deploy.properties settings: vitro.core.dir, upload.directory, luceneSetup.indexDir, selfEditing.idMatchingProperty, visualization.topLevelOrg. --- example.deploy.properties | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/example.deploy.properties b/example.deploy.properties index 6de06c42..53fc4edd 100644 --- a/example.deploy.properties +++ b/example.deploy.properties @@ -20,8 +20,8 @@ Vitro.defaultNamespace = http://vivo.mydomain.edu/individual/ # # Where is the Vitro core directory? -# In most deployments, this is set to ./vitro-core, but internal developers may -# prefer to set it to ../vitro +# In most deployments, this is set to ./vitro-core (It is not uncommon for this +# setting to point elsewhere in development environments). # Examples: # vitro.core.dir = ./vitro-core # vitro.core.dir = ../vitro @@ -43,14 +43,16 @@ webapp.name = vivo # # The location where the VIVO application will store uploaded files -# (usually images). You should arrange for these files to be backed up in some -# way. +# (usually images). Be sure this directory exists and is writable by the +# user that the Tomcat service is running as. You should arrange for these +# files to be backed up in some way. # upload.directory = /usr/local/vivo/data/uploads # # The location where the VIVO application will create its Lucene search -# index. +# index. Be sure this directory exists and is writable by the +# user that the Tomcat service is running as. # LuceneSetup.indexDir = /usr/local/vivo/data/luceneIndex @@ -111,7 +113,7 @@ initialAdminUser = defaultAdmin # # How is a logged-in user associated with a particular Individual? One way is # for the Individual to have a property whose value is the username of the user. -# This is the name of that property. +# This value should be the URI for that property. # selfEditing.idMatchingProperty = http://vivo.mydomain.edu/ns#networkId @@ -119,7 +121,7 @@ selfEditing.idMatchingProperty = http://vivo.mydomain.edu/ns#networkId # If an external authentication system like Shibboleth or CUWebAuth is to be # used, these properties say how the login button should be labeled, and which # HTTP header will contain the user ID from the authentication system. If such -# as system is not to be used, leave these commented out. Consult the +# a system is not to be used, leave these commented out. Consult the # installation instructions for more details. # #externalAuth.buttonText = Log in using BearCat Shibboleth @@ -133,5 +135,7 @@ selfEditing.idMatchingProperty = http://vivo.mydomain.edu/ns#networkId # the property below and set it to the URI of the organization individual you want to # identify as the top level organization. It will be used as the default whenever the # temporal graph visualization is rendered without being passed an explicit org. - +# For example, to use "Ponce School of Medicine" as the top organization: +# visualization.topLevelOrg = http://vivo.psm.edu/individual/n2862 +# # visualization.topLevelOrg = http://vivo.mydomain.edu/individual/topLevelOrgURI