Difference between revisions of "Imeji properties"

From MPDLMediaWiki
Jump to navigation Jump to search
Line 42: Line 42:
escidoc.imeji.instance.url=http://mydomain.org/imeji/
escidoc.imeji.instance.url=http://mydomain.org/imeji/


#Path to Jena's TDB database
#Path to Jena's TDB database (for windows use separator: \\)
imeji.tdb.path = /my/database/directory/
imeji.tdb.path = /my/database/directory/


#Path to imeji storage (where the files are stored)
#Path to imeji storage (where the files are stored) (for windows use separator: \\)
imeji.storage.path=/my/storage/directory
imeji.storage.path=/my/storage/directory



Revision as of 17:18, 11 February 2013

  • The properties needs to be edited to install imeji. Please copy it and follow the instruction:
    • The properties needs to be defined into a file called: imeji.properties.
    • imeji.properties should be stored under
      • For JBoss 7: jboss_home/standalone/configuration/
      • For Tomcat 7: tomcat_home/conf
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License, Version 1.0 only
# (the "License"). You may not use this file except in compliance
# with the License.
#
# You can obtain a copy of the license at license/ESCIDOC.LICENSE
# or http://www.escidoc.de/license.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at license/ESCIDOC.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
# Copyright 2006-2012 Fachinformationszentrum Karlsruhe Gesellschaft
# f�r wissenschaftlich-technische Information mbH and Max-Planck-
# Gesellschaft zur F�rderung der Wissenschaft e.V.
# All rights reserved. Use is subject to license terms.


################################################################################
#
# Properties that need to be modified to install imeji
#
################################################################################

# URL of this Imeji instance
escidoc.imeji.instance.url=http://mydomain.org/imeji/

#Path to Jena's TDB database (for windows use separator: \\)
imeji.tdb.path = /my/database/directory/

#Path to imeji storage (where the files are stored) (for windows use separator: \\)
imeji.storage.path=/my/storage/directory

# User account for the imeji system administrator
imeji.sysadmin.email = admin@mydomain.org
imeji.sysadmin.password = aPassword

# Blog's URL
escidoc.imeji.blog.url=http://blog.mydomain.org

# Blog's RSS feed URL
escidoc.imeji.blog.rss.url=http://blog.mydomain.org/feed.rss

# Support email
imeji.support.email=support@mydomain.org

# The base uri of the objects stored in Jena (item, collection, album, profile): This property should not be changed after first upload!!!!!!
imeji.jena.resource.base_uri= http://mydomain.org/

# Email server config (if you want to use the email features of imeji, please edit)
# smtp server
imeji.email.server.smtp=mail.mydomain.org
# if login needed: user for smtp server
imeji.email.user=myUser
# if login needed: password for user above
imeji.email.password=myPassword
# if login needed: true, else false
imeji.email.auth=true
# The email used to send emails from imeji
imeji.email.sender=pubman@mpdl.mpg.de

################################################################################
#
# Look and feel properties
#
################################################################################

# Number of Images for the browse page
imeji.image.list.size=18

# User options for the displayed number of images
imeji.image.list.size.options=6,12,18,24,60,90,240

# Number of container in the container lists
imeji.container.list.size=10

# User options for the displayed number of container
imeji.container.list.size.options=5,10,15,20,50

################################################################################
#
# Advanced Properties: change only when you are sure
#
################################################################################

# Storage type (internal or escidoc)
imeji.storage.name=internal

# Supported languages (use ISO639-1 codes)
imeji.i18n.languages=en,de,ja

# Link to vocabulary for languages
escidoc.cone.isos639_1.all=http://pubman.mpdl.mpg.de/cone/iso639-1/all

# Help page's url
escidoc.imeji.help.url=https://raw.github.com/imeji-community/imeji/develop/imeji_static/imeji_help.html

# Width of a thumbnail 
xsd.resolution.thumbnail = 103

# Width of a the web resolution 
xsd.resolution.web = 357

# Set the pagination in ajax
imeji.pagination.ajaxmodus = true

# Counter for imeji objects
imeji.counter.first.value = 0

################################################################################
#
# Properties needed if storage set to "escidoc"
#
################################################################################

# URL of the FIZ framework instance
escidoc.framework_access.framework.url=http://myescidoc.org:8080

# Identifier of the eSciDoc content-model used by imeji
escidoc.imeji.content-model.id=my-content-mode-id

# Identifier of the eSciDoc context used by Imeji
escidoc.imeji.context.id=my-context-id

# eSciDoc User
imeji.escidoc.user = my_escidoc_user
imeji.escidoc.password = imy_escidoc_password

# Content-type scheme
xsd.metadata.content-category.thumbnail = http://purl.org/escidoc/metadata/ves/content-categories/thumbnail
xsd.metadata.content-category.web-resolution = http://purl.org/escidoc/metadata/ves/content-categories/web-resolution
xsd.metadata.content-category.original-resolution = http://purl.org/escidoc/metadata/ves/content-categories/original-resolution