0% found this document useful (0 votes)
21 views3 pages

Dspace - Hostname Repositorio - Concytec.gob - Pe: #Dspace - Hostname Localhost # Modificar El Subdominio de Su Institución

This document summarizes the configuration of a DSpace repository. It includes settings for general configurations like the installation directory and hostname. Database settings like the URL, driver, and credentials are also specified. Handle settings like the canonical prefix and prefix code are configured. The language and name of the repository are customized.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views3 pages

Dspace - Hostname Repositorio - Concytec.gob - Pe: #Dspace - Hostname Localhost # Modificar El Subdominio de Su Institución

This document summarizes the configuration of a DSpace repository. It includes settings for general configurations like the installation directory and hostname. Database settings like the URL, driver, and credentials are also specified. Handle settings like the canonical prefix and prefix code are configured. The language and name of the repository are customized.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

# DSpace Configuration

# NOTE: The DSpace Configuration File is separated into several sections:

# * General Configurations

# * JSPUI & XMLUI Configurations

# * JSPUI Specific Configurations

# * XMLUI Specific Configurations

# Revision: $Revision$

# Date: $Date$

#------------------GENERAL CONFIGURATIONS--------------------------#

#------------------------------------------------------------------#

# These configs are used by underlying DSpace API, and are #

# therefore applicable to all interfaces #

# Local, simple configuration should be made in build.properties #

# Global or more complex configuration can be hardcoded here #

#------------------------------------------------------------------#

##### Basic information ######

# DSpace installation directory

dspace.dir = /dspace

# DSpace host name - should match base URL. Do not include port number.

#dspace.hostname = localhost

# Modificar el subdominio de su institución

dspace.hostname = repositorio.concytec.gob.pe
# DSpace base host URL. Include port number etc.

#dspace.baseUrl = http://localhost:8080

# Modificar el subdominio de su institución

dspace.baseUrl = http://repositorio.concytec.gob.pe
# DSpace base URL. Include port number etc., but NOT trailing slash

# Change to xmlui if you wish to use the xmlui as the default, or remove

# "/jspui" and set webapp of your choice as the "ROOT" webapp in

# the servlet engine.

#dspace.url = http://localhost:8080/xmlui

# Modificar el subdominio de su institución

dspace.url = http://repositorio.concytec.gob.pe
# Optional: DSpace URL for mobile access

# This

#dspace.mobileUrl = http://mobile.example.com

# Name of the site

#dspace.name = DSpace at My University

# Modificar el nombre del repositorio

dspace.name= Repositorio institucional de la Universidad


# Default language for metadata values

# default.language = en_US

# Modificar el idioma de los metadatos

default.language = es_ES
##### Database settings #####

# URL for connecting to database

db.url = jdbc:postgresql://localhost:5432/dspace

# JDBC Driver

db.driver = org.postgresql.Driver

# Database username and password

#db.username = dspace

#db.password = dspace

# Modificar el usuario y la clave de la base de datos

db.username = dspace
db.password = dspace

# Modificar el identificador

##### Handle settings ######

# Canonical Handle URL prefix

# By default, DSpace is configured to use http://hdl.handle.net/

# as the canonical URL prefix when generating dc.identifier.uri

# during submission, and in the 'identifier' displayed in JSPUI

# item record pages.

#
# If you do not subscribe to CNRI's handle service, you can change this

# to match the persistent URL service you use, or you can force DSpace

# to use your site's URL, eg.

#handle.canonical.prefix = http://localhost:8080/xmlui/handle/

# Note that this will not alter dc.identifer.uri metadata for existing

# items (only for subsequent submissions), but it will alter the URL

# in JSPUI's 'identifier' message on item record pages for existing items.

# If omitted, the canonical URL prefix will be http://hdl.handle.net/

# handle.canonical.prefix = http://hdl.handle.net/

#Modificar el identificador, olvidar cerrar el handle/

handle.canonical.prefix = http://repositorio.concytec.gob.pe/handle/
# CNRI Handle prefix

# handle.prefix = 123456789

# Modificar el código con las iniciales de su institución

handle.prefix = CONCYTEC

# Directory for installing Handle server files

handle.dir = ${dspace.dir}/handle-server

# List any additional prefixes that need to be managed by this handle server

# (as for examle handle prefix coming from old dspace repository merged in

# that repository)

# handle.additional.prefixes = prefix1[, prefix2]

# By default we hide the list handles method in the JSON endpoint as it could

# produce heavy load for large repository

# handle.hide.listhandles = false

You might also like