NIHVIVO-3772 NIHVIVO-3721 Incorporate the OpenSocial integration from Eric Meeks at CTSI, UCSF. Add instructions on how to install and configure ORNG Shindig.
This commit is contained in:
parent
182b4e7226
commit
2e69f0379b
16 changed files with 684 additions and 7 deletions
|
@ -180,4 +180,25 @@ Vitro.reconcile.defaultTypeList = http://vivoweb.org/ontology/core#Role, core:Ro
|
|||
#
|
||||
# Types of individual for which we can create proxy editors.
|
||||
# If this is omitted, defaults to http://www.w3.org/2002/07/owl#Thing
|
||||
#
|
||||
proxy.eligibleTypeList = http://xmlns.com/foaf/0.1/Person, http://xmlns.com/foaf/0.1/Organization
|
||||
|
||||
#
|
||||
# For OpenSocial integration
|
||||
# The base URL of the ORNG Shindig server. Usually, this is the same host and port
|
||||
# number as VIVO iteself, with a context path of "shindigorng".
|
||||
#
|
||||
OpenSocial.shindigURL = http://localhost:8080/shindigorng
|
||||
|
||||
#
|
||||
# For OpenSocial integration
|
||||
# The host name and port number of the service that provides security tokens for VIVO and
|
||||
# Shindig to share. For now, the host name must be the actual host, not "localhost" or "127.0.0.1"
|
||||
# The port number must be 8777
|
||||
#
|
||||
OpenSocial.tokenService = myhost.mydomain.edu:8777
|
||||
#
|
||||
# For OpenSocial integration
|
||||
# Only set sandbox to True for dev/test environments. Comment out or set to False in production
|
||||
#
|
||||
#OpenSocial.sandbox = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue