19 Ocak 2012 Perşembe

DSpace Config (dspace.cfg) Dosyasında Yapılması Gereken Basit Ayarlar

DSpace kurulumu yaparken "../dspace/config/" altındaki "dspace.cfg" dosyasında bazı ayarların yapılması gerekir. Bu değişiklikleri nano, gedit gibi editörlerle açarak aşağıdaki satırları bulup kendi sisteminize göre düzenlemeleri yapmalısınız. Değişikliklerin aktif hale gelmesi için Tomcat'i yeniden başlatmalısınız.

Düzenleme yapılması gereken satırlar DSpace@Doğuş örneğiyle aşağıda verilmiştir (bu dosyada Türkçe karakter kullanmayınız):

dspace.dir = /dspace
dspace.hostname = localhost
dspace.baseUrl = http://openaccess.dogus.edu.tr:8080
dspace.url = http://openaccess.dogus.edu.tr:8080/xmlui
dspace.name = DSpace@Dogus
default.language = en_US
db.username = dspace
db.password = dspace
#-----------------
[Bu örnekteki mail ayarları gmail'e goredir]
mail.server = smtp.gmail.com
mail.server.username = e-mail@gmail.com
mail.server.password = *************
mail.from.address = e-mail@gmail.com
feedback.recipient = e-mail@gmail.com
mail.admin = e-mail@gmail.com
alert.recipient = e-mail@gmail.com
registration.notify = e-mail@gmail.com
mail.allowed.referrers = http://openaccess.dogus.edu.tr:8080/xmlui/
mail.extraproperties = mail.smtp.socketFactory.port=465, \
    mail.smtp.socketFactory.class=javax.net.ssl.SSLSocketFactory, \
    mail.smtp.socketFactory.fallback=false
#-------------------
search.operator = AND
search.maxfieldlength = 3000
search.index.13 = type:dc.type
search.index.14 = department:dc.contributor.department
handle.canonical.prefix = http://hdl.handle.net/
handle.prefix = 123456789 yerine handle numaranız
pdffilter.largepdfs = true 
pdffilter.skiponmemoryexception = true
webui.user.assumelogin = true
webui.submit.upload.required = false
webui.browse.thumbnail.show = true
webui.item.thumbnail.show = true
webui.strengths.show = true
default.locale = tr
webui.supported.locales = en, tr
report.public = true
webui.session.invalidate = false
webui.browse.index.5 = type:metadata:dc.type:text
webui.browse.index.6 = department:metadata:dc.contributor.department:text
webui.browse.index.7 = publisher:metadata:dc.publisher:text
mail.helpdesk = e-mail@gmail.com

dosyada yukarıdaki düzenlemeleri yaptıktan sona servisi yerinden başlatmak için aşağıdaki komutu verin.
sudo /etc/init.d/tomcat7 restart

1 yorum:

  1. herşey kuruldu eror wermedi atyarları yaptım ama web arayüz gelmedi?

    YanıtlaSil