Re: [Dspace-tech] eperson and groups

2015-05-22 Thread helix84
On Fri, May 22, 2015 at 9:07 AM, Vegard Korvald vegard.korv...@usit.uio.no wrote: Is it possible to make groups with the CLI, similar to the «user» command for creating users, or in any other way script this behavior? Well again, not currently using CLI, but using SQL. This used to be just

[Dspace-tech] Dspace taking too long to open/view (download) file

2015-05-22 Thread Vineet Kumar Rakesh
Dear All,1. Dspace taking too long to open/view (download) file.2. Also suggest best practice (steps/software) for backup and restore for this environment , Please help.The system details areOS- RHEL 6.5Dspace 5.1 (xmlui)Database- Oracle 11gR2.regards,विनीत कुमार राकेश / vineet kumar

Re: [Dspace-tech] eperson and groups

2015-05-22 Thread Daniel Francis
Dear Vergard, Perhaps this one will help. in your command line type the following then (enter) /dspace/bin/dspace user -a -m sam...@yourdomain.com -g yourname -s surname User -p yourpassword sam...@yourdomain.com (email address) yourname (given name) surname (your surname) yourpassword

Re: [Dspace-tech] eperson and groups

2015-05-22 Thread Vegard Korvald
That worked like a charm, helix84! Is it possible to make groups with the CLI, similar to the «user» command for creating users, or in any other way script this behavior? -- Vegard From: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] On Behalf Of helix84 Sent: Thursday, May 21, 2015

[Dspace-tech] DSpace community and collectionnumber of publications summary

2015-05-22 Thread allybitebo
Hello, I am a new bee in this Dspace software i managed to configure Dspace 5.1 on windows and now i am in the position to customize it but my question is how to display number of publication in the given community or sub community or collections? example in a collage of engineering community

[Dspace-tech] Adding more publication types

2015-05-22 Thread allybitebo
Dear All, Hello, I am a new bee in this Dspace software i managed to configure Dspace 5.1 on windows and now i am in the position to customize it but my question is how to add new publication type like conference paper or masters or phd thesis in the input form type field. Please any help or

Re: [Dspace-tech] Dspace taking too long to open/view (download) file

2015-05-22 Thread Ruben
Hi Vineet, Also I've found this issue with DSpace 5.1, was impossible to open/view item files or community logos. The bug fix that I applied was this, it's related with google analytics key: https://jira.duraspace.org/browse/DS-1925 I hope this will be helpfully On 22/05/15 09:54, Vineet

Re: [Dspace-tech] DSpace community and collectionnumber of publications summary

2015-05-22 Thread euler
Hi Ally, In your dspace.cfg, look for webui.strengths.show, uncomment and change the value to true. Restart tomcat. Hope this helps. Regards, euler -- View this message in context:

Re: [Dspace-tech] How to translate text in Dspace 4.2 JSPUI

2015-05-22 Thread Anthony Petryk
Hi, Check your DSpace source directory for the following file: [dspace-src]/dspace/modules/jspui/src/main/resources/Messages_es.properties. If it's not there, you can download it from here: https://github.com/DSpace/dspace-api-lang/blob/master/src/main/resources/Messages_es.properties. Then,

Re: [Dspace-tech] BUILD FAILURE DSpace5.2

2015-05-22 Thread Pottinger, Hardy J.
Hi, Lewatle, thank you for bringing this to our attention. There appears to be a problem with our distribution packaging configuration (confirmed by myself and Mark Wood). We are looking into it. The gist of the problem is, the Maven overlay folders are not getting packaged up in the

Re: [Dspace-tech] BUILD FAILURE DSpace5.2

2015-05-22 Thread Hilton Gibson
Perhaps this could help with stable releases in future: http://wiki.lib.sun.ac.za/index.php/SUNScholar/Software_Release_Cadence *Hilton Gibson* Ubuntu Linux Systems Administrator Stellenbosch University Library http://staff.lib.sun.ac.za/~hgibson/docs/cv/cv.html On 22 May 2015 at 17:38,

Re: [Dspace-tech] How to translate text in Dspace 4.2 JSPUI

2015-05-22 Thread Anthony Petryk
Hi again, See section 2.4.2 Overview of DSpace Directories of the DSpace 4.x documentation for details. When you download DSpace 4.2, it doesn't have a resources directory under [dspace-src]/dspace/modules/jspui/src/main/, so you can just create it. Then you can put all your

Re: [Dspace-tech] How to translate text in Dspace 4.2 JSPUI

2015-05-22 Thread cbeltran
Hi Anthony Thanks. I dont understand, I have two directories: /dspace-4.2-src-release -- Source code and /web -- Deploy Now, in this path: /home/dspace/dspace-4.2-src-release/dspace-api/src/main/resources, found Messages.properties After create directory resources in path:

Re: [Dspace-tech] How to translate text in Dspace 4.2 JSPUI

2015-05-22 Thread cbeltran
Hi Anthony Thanks for your reply. On my dspace installation not exists this path: [dspace-src]/dspace/modules/jspui/src/main/resources/ How do I? Thanks -- View this message in context: http://dspace.2283337.n4.nabble.com/How-to-translate-text-in-Dspace-4-2-JSPUI-tp4677976p4677993.html

[Dspace-tech] Can I move GeoLiteCity.dat?

2015-05-22 Thread Schuster, David
This is growing quite large on my system and about to fill up my home directory... I have moved the logs etc.. to another point through the config files, but I don't see that I can point this in another direction. /home/dspace/config - is where it lives and mine has grown to about 17216036...

Re: [Dspace-tech] BUILD FAILURE DSpace5.2

2015-05-22 Thread Pottinger, Hardy J.
FYI, I've created a JIRA ticket to track this issue: https://jira.duraspace.org/browse/DS-2590 Thanks for reporting the issue! --Hardy From: Pottinger, Hardy J. Sent: Friday, May 22, 2015 1:08 PM To: dspace-tech Subject: Re: [Dspace-tech] BUILD FAILURE

Re: [Dspace-tech] Can I move GeoLiteCity.dat?

2015-05-22 Thread Monika C. Mevenkamp
there is a setting in dspace/config/modules/solr-statistics.cfg:dbfile = ${dspace.dir}/config/GeoLiteCity.dat if you are using solr stats you can probably move the fie, if you adjust the config accordingly Monika Monika Mevenkamp phone: 609-258-4161 Princeton University,

Re: [Dspace-tech] How to translate text in Dspace 4.2 JSPUI

2015-05-22 Thread Anthony Petryk
You have to rebuild DSpace for the changes to be picked up; just restarting Tomcat isn't enough. There are instructions for building DSpace in the docs. Once you've rebuilt DSpace, you would then deploy it to your /web deploy directory. Anthony -Original Message- From: cbeltran

Re: [Dspace-tech] BUILD FAILURE DSpace5.2

2015-05-22 Thread Pottinger, Hardy J.
Hi, again, I have found a temporary workaround, have built new distribution zip files, and have pushed them over to SourceForge. Mark Wood is working on a far more elegant solution. We'll write it all up eventually, but I have tested both the release and src-release zip files, they have all

[Dspace-tech] My Dspace instance not respecting CSS in Mirage 2

2015-05-22 Thread Admire Mutsikiwa
Hi All, I have struggled to have Mirage 2 run on my DSpace instance. Now it is running but the interface is not rendering well. It appears it is not respecting the CSS or the scss files. Everything is been displayed in a single column on the left hand side. I will appreciate any help

Re: [Dspace-tech] How to translate text in Dspace 4.2 JSPUI

2015-05-22 Thread cbeltran
I'm not very expert in DSpace, you could tell me a step by step to rebuild DSpace, please. Thank you very much. -- View this message in context: http://dspace.2283337.n4.nabble.com/How-to-translate-text-in-Dspace-4-2-JSPUI-tp4677976p4678000.html Sent from the DSpace - Tech mailing list