Hola Sofia,

this largely depends on the version of DSpace you're using, 1.4.2 and 
lower, 1.5 or 1.5.1?

Claudia Jürgen


Sofia Alicia Treviño Garza schrieb:
> Hello :
> 
>  
> 
> I want to know how to install Dspace language pack for my actual
> installation.
> 
> Could you please send me some information about it?
> 
>  
> 
>  
> 
> Saludos cordiales y estoy para servirte.
> 
> Sofía
> 
>  
> 
>  sofia3
> 
>  
> 
> Sofía Alicia Treviño Garza
> 
> Universidad Virtual - Dirección de Informática
> 
> Tutora de Comercio Electrónico - PACSI
> Tecnológico de Monterrey 
> TEL: (81) 8358200 Ext. 6605
> 
> Edificio CEDES - SS1
> 
> Av. Eugenio Garza Sada
> 
> Monterrey N.L.
> 
>  <http://www.tecvirtual.itesm.mx/> http://www.tecvirtual.itesm.mx
> 
>  <http://www.itesm.mx/> http://www.itesm.mx
> 
>  
> 
> From: Thomas A McGee [mailto:[EMAIL PROTECTED] 
> Sent: miércoles, 05 de noviembre de 2008 08:02 a.m.
> To: [email protected]
> Subject: [Dspace-tech] Thumbnails created in shell/not created in cron job
> 
>  
> 
> 
> I've figured it out. You can't have the java call directly in the crontab.
> You need to write a shell script that brings in the proper environmental
> variables and sets the PATH, and then that script makes the java call. Mine
> looks like this: 
> 
> SHELL=/bin/bash 
> 
> export JAVA_HOME=/usr/home/dspace/app/java 
> export ANT_HOME=/usr/home/dspace/app/ant 
> export MAVEN_HOME=/usr/home/dspace/app/maven 
> export CATALINA_HOME=/usr/home/dspace/app/tomcat 
> export DSPACE_HOME=/usr/home/dspace/app/dspace 
> export LD_LIBRARY_PATH=/usr/home/dspace/app/sqlplus 
> export TNS_ADMIN=/usr/home/dspace/app/sqlplus 
> export JAVA_OPTS="-Xmx2024M -Xms2024M -Dfile.encoding=UTF-8" 
> 
> PATH=.:$JAVA_HOME/bin:$ANT_HOME/bin:$MAVEN_HOME/bin:$CATALINA_HOME/bin:$PATH
> :/usr/home/dspace/app/sqlplus 
> PATH=$PATH:$DSPACE_HOME/bin 
> 
> /bin/date >> /tmp/mediafilter.log 
> /usr/home/dspace/app/dspace/bin/filter-media -v >> /tmp/mediafilter.log 
> 
> It would be good to address this in the documentation
> (http://www.dspace.org/index.php?option=com_content&task=view&id=152 -- see
> "cron jobs") 
> 
> _____________________
> Tom McGee
> Seton Hall University TLTC
> 973.275.2992
> 
> 
> 
> 
> ------------------------------------------------------------------------
> 
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> DSpace-tech mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/dspace-tech

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to