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.

This commit is contained in:
ejc12 2011-02-02 02:03:07 +00:00
parent d70fd96e95
commit fa0d314699

View file

@ -20,8 +20,8 @@ Vitro.defaultNamespace = http://vivo.mydomain.edu/individual/
# #
# Where is the Vitro core directory? # Where is the Vitro core directory?
# In most deployments, this is set to ./vitro-core, but internal developers may # In most deployments, this is set to ./vitro-core (It is not uncommon for this
# prefer to set it to ../vitro # setting to point elsewhere in development environments).
# Examples: # Examples:
# vitro.core.dir = ./vitro-core # vitro.core.dir = ./vitro-core
# vitro.core.dir = ../vitro # vitro.core.dir = ../vitro
@ -43,14 +43,16 @@ webapp.name = vivo
# #
# The location where the VIVO application will store uploaded files # The location where the VIVO application will store uploaded files
# (usually images). You should arrange for these files to be backed up in some # (usually images). Be sure this directory exists and is writable by the
# way. # 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 upload.directory = /usr/local/vivo/data/uploads
# #
# The location where the VIVO application will create its Lucene search # 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 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 # 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. # 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 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 # 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 # 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 # 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. # installation instructions for more details.
# #
#externalAuth.buttonText = Log in using BearCat Shibboleth #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 # 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 # 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. # 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 # visualization.topLevelOrg = http://vivo.mydomain.edu/individual/topLevelOrgURI