Hi

I have been trying to install dspace software in ubuntu but its seems as a
challenge for me because i was not able to complete the complete the
configuration due to its complications. Now i want to try the software in
centos 5.5 or 5.6, if anyone can help me to get a complete configuration
guide
that i can follow to install this software, i also need suggestion from you
guys which operating system is good for dspace installation

Thanks

On Thu, May 19, 2011 at 11:41 AM, <[email protected]
> wrote:

> Send DSpace-tech mailing list submissions to
>        [email protected]
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        https://lists.sourceforge.net/lists/listinfo/dspace-tech
> or, via email, send a message with subject or body 'help' to
>        [email protected]
>
> You can reach the person managing the list at
>        [email protected]
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of DSpace-tech digest..."
>
>
> Today's Topics:
>
>   1. Setting up an alias (Savage, Karen R.)
>   2. Hiding some bitstreams but not others? (Zafrin, Vika)
>   3. Connection only partially encrypted (Savage, Karen R.)
>   4. Re: Connection only partially encrypted (Stuart Lewis)
>   5. Re: Connection only partially encrypted (Peter Dietz)
>   6. Experts Panel: Exploring the Value of DSpace with Fedora
>      Inside (Mark Diggory)
>   7. Problem with ordering in browsing (Ladislav Kulhanek)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 18 May 2011 09:37:21 -0500
> From: "Savage, Karen R." <[email protected]>
> Subject: [Dspace-tech] Setting up an alias
> To: "[email protected]"
>        <[email protected]>
> Message-ID: <c9f943d1.6e7b%[email protected]>
> Content-Type: text/plain; charset="us-ascii"
>
> We're in the process of taking our upgraded version of Dspace live
> (hopefully by the end of the day). Part of the process is pointing the alias
> over to the new server, but I'm a little confused on how to do it because
> the new instance has a slightly different set up. The old instance routed
> tomcat through apache, so in the config file the alias was set up like this:
> dspace.url = https://beardocs.baylor.edu:443
> dspace.hostname = beardocs.baylor.edu
>
> The new instance is using Tomcat as a standalone webserver, so it's running
> through port 8443 (and using xmlui). Where do I need to point the alias so
> that i<https://beardocs.baylor.edu>t will take me to the front page? Or
> will we always have to add the port number and/or xmlui to the end of it?
>
> Thanks,
>
> Karen S.
>
>
>
> ------------------------------
>
> Message: 2
> Date: Wed, 18 May 2011 14:04:42 -0400
> From: "Zafrin, Vika" <[email protected]>
> Subject: [Dspace-tech] Hiding some bitstreams but not others?
> To: "[email protected]"
>        <[email protected]>
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset="us-ascii"
>
> Say I have an item I'd like to make available to the public, but it
> incorporates an image copyrighted to someone else, and we don't have
> permission to distribute it.  I'd like to make a derivative copy of the
> original file, with the image taken out; archive both copies as bitstreams
> in the same DSpace item; and make the original file invisible.  How do I do
> that?  I had no success searching archives about this, though I'm sure
> someone out there has already gone through this!
>
> I'm running DSpace 1.7.1.
>
> Thanks,
>
> Vika Zafrin
> Institutional Repository Librarian
> Boston University
> +1.617.358.6370
>
>
>
>
> ------------------------------
>
> Message: 3
> Date: Wed, 18 May 2011 17:48:22 -0500
> From: "Savage, Karen R." <[email protected]>
> Subject: [Dspace-tech] Connection only partially encrypted
> To: "[email protected]"
>        <[email protected]>
> Message-ID: <c9f9b6e6.6f03%[email protected]>
> Content-Type: text/plain; charset="us-ascii"
>
> We've mostly finished our migration to the new server/upgraded version of
> Dspace (have a look at our bright, shiny, new site: beardocs.baylor.edu<
> https://beardocs.baylor.edu:8443/xmlui>), but when I was checking the SSL
> certificate on firefox, it told me that the connection was only partially
> encrypted. Is this normal, or might I have missed something in my
> configuration files?
>
> Thanks,
>
> --
> Karen Savage
> Baylor University Libraries
> Electronic Library
> Library Systems
> [email protected]
> (254) 710-3275
>
>
>
> ------------------------------
>
> Message: 4
> Date: Thu, 19 May 2011 12:58:14 +1200
> From: Stuart Lewis <[email protected]>
> Subject: Re: [Dspace-tech] Connection only partially encrypted
> To: "Savage, Karen R." <[email protected]>
> Cc: "[email protected]"
>        <[email protected]>
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset="us-ascii"
>
> Hi Karen,
>
> Congratulations on getting your new site live! :)
>
> > We've mostly finished our migration to the new server/upgraded version of
> Dspace (have a look at our bright, shiny, new site: beardocs.baylor.edu<
> https://beardocs.baylor.edu:8443/xmlui>), but when I was checking the SSL
> certificate on firefox, it told me that the connection was only partially
> encrypted. Is this normal, or might I have missed something in my
> configuration files?
>
> This probably relates to some of the linked resources not being delivered
> using https.  For example, if you view the HTML source of the homepage,
> you'll see:
>
> <script src="
> http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js";
> type="text/javascript">
>
> Therefore Firefox is warning that whilst the page itself has been delivered
> securely, not all of the other elements are.  There are two options to fix
> this:
>
>  - Find all the offending links such as this and fix them
>
>  - Wrap things like that into a javascript if/else that decides if you are
> using https or not, and request the correct version.  You can see how Google
> analytics handles this:
> http://www.google.com/support/analytics/bin/answer.py?answer=55483
>
> All of DSpace internal links and resources should be fine, as they
> shouldn't be hardcoded, but instead use relative URLs.
>
> Thanks,
>
>
> Stuart Lewis
> Digital Development Manager
> Te Tumu Herenga The University of Auckland Library
> Auckland Mail Centre, Private Bag 92019, Auckland 1142, New Zealand
> Ph: +64 (0)9 373 7599 x81928
>
>
>
>
> ------------------------------
>
> Message: 5
> Date: Wed, 18 May 2011 23:54:21 -0400
> From: Peter Dietz <[email protected]>
> Subject: Re: [Dspace-tech] Connection only partially encrypted
> To: Stuart Lewis <[email protected]>
> Cc: "[email protected]"
>        <[email protected]>,    "Savage, Karen R."
>        <[email protected]>
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset="utf-8"
>
> For the specific issue that Stuart mentioned (mixed content https page with
> some things coming from http), check out
> https://jira.duraspace.org/browse/DS-789 which got fixed in 1.7.1.
>
> I essentially used the same trick that Google Analytics used.
>
>
> I noticed that the site still needs some more configuration, as its using
> https, however its manually specifying the port as :8443. I think there
> might be a clean way to map that so that it doesn't get added to the URL.
>
> Peter Dietz
>
>
>
> On Wed, May 18, 2011 at 8:58 PM, Stuart Lewis <[email protected]
> >wrote:
>
> > Hi Karen,
> >
> > Congratulations on getting your new site live! :)
> >
> > > We've mostly finished our migration to the new server/upgraded version
> of
> > Dspace (have a look at our bright, shiny, new site: beardocs.baylor.edu<
> > https://beardocs.baylor.edu:8443/xmlui>), but when I was checking the
> SSL
> > certificate on firefox, it told me that the connection was only partially
> > encrypted. Is this normal, or might I have missed something in my
> > configuration files?
> >
> > This probably relates to some of the linked resources not being delivered
> > using https.  For example, if you view the HTML source of the homepage,
> > you'll see:
> >
> > <script src="
> > http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js";
> > type="text/javascript">
> >
> > Therefore Firefox is warning that whilst the page itself has been
> delivered
> > securely, not all of the other elements are.  There are two options to
> fix
> > this:
> >
> >  - Find all the offending links such as this and fix them
> >
> >  - Wrap things like that into a javascript if/else that decides if you
> are
> > using https or not, and request the correct version.  You can see how
> Google
> > analytics handles this:
> > http://www.google.com/support/analytics/bin/answer.py?answer=55483
> >
> > All of DSpace internal links and resources should be fine, as they
> > shouldn't be hardcoded, but instead use relative URLs.
> >
> > Thanks,
> >
> >
> > Stuart Lewis
> > Digital Development Manager
> > Te Tumu Herenga The University of Auckland Library
> > Auckland Mail Centre, Private Bag 92019, Auckland 1142, New Zealand
> > Ph: +64 (0)9 373 7599 x81928
> >
> >
> >
> >
> ------------------------------------------------------------------------------
> > What Every C/C++ and Fortran developer Should Know!
> > Read this article and learn how Intel has extended the reach of its
> > next-generation tools to help Windows* and Linux* C/C++ and Fortran
> > developers boost performance applications - including clusters.
> > http://p.sf.net/sfu/intel-dev2devmay
> > _______________________________________________
> > DSpace-tech mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/dspace-tech
> >
> -------------- next part --------------
> An HTML attachment was scrubbed...
>
> ------------------------------
>
> Message: 6
> Date: Wed, 18 May 2011 17:47:50 -0700
> From: Mark Diggory <[email protected]>
> Subject: [Dspace-tech] Experts Panel: Exploring the Value of DSpace
>        with Fedora Inside
> To: undisclosed-recipients:;
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset=UTF-8
>
> Community,
>
> As preparation for the upcoming Open Repositories 2011 Expert
> Discussion Panel on the Benefits of DSpace with Fedora inside, we will
> be polling the larger Institutional Repository community with a number
> of questions via LinkedIn in the coming weeks.  Through these poll
> questions we hope achieve an overall community viewpoint with comments
> and positions concerning on the value of "DSpace with Fedora Inside".
>
> Our first question is fairly straightforward; Should DSpace be
> modified to support Fedora as an "Out of the Box" Storage Solution?
>
> http://linkd.in/lnlHqZ
>
> Please use the provided link to navigate to the current poll in
> LinkedIn.  Relevant questions and comments community members may are
> welcome and may form the basis of future poll questions.
>
> Best Regards,
> Mark Diggory
>
> --
> Mark R. Diggory
> @mire - www.atmire.com
> 2888 Loker Avenue East - Suite 305 - Carlsbad - CA - 92010
> Esperantolaan 4 - B-3001 Heverlee - Belgium
>
>
>
> ------------------------------
>
> Message: 7
> Date: Thu, 19 May 2011 10:41:19 +0200
> From: Ladislav Kulhanek <[email protected]>
> Subject: [Dspace-tech] Problem with ordering in browsing
> To: [email protected]
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset=UTF-8
>
> Hello everybody.
>
> We have data in our DSpace in czech language (code "cs" in accordance
> with ISO 639-1) and we have a problem with order in browsing by
> author, titles and subjects (order in search results is correct).
> There are letters with diacritic in czech alphabet, for example "?"
> (0x010C code in unicode). This letter should be ordered between "C"
> and "D", but in DSpace it is ordered to the same place as "C". For
> example we have ordered list as
>
> Cabanov?, Zuzana
> ?abla, Michael
> Cablov?, Barbora
>
> and this list should be
>
> Cabanov?, Zuzana
> Cablov?, Barbora
> ?abla, Michael
>
> And czech alphabet contains letter "Ch" (it consists from two
> characters). This letter should be ordered between "h" and "i". This
> letter is ordered in DSpace correctly. So it looks like DSpace order
> in accordance with czech alphabet, but ignore diacritics.
> We have DSpace 1.7.1, Manakin, db PostgreSQL 8.4 (database has
> Collation and Ctype set as cs_CZ.UTF-8), and in tomcat connector is
> URIEncoding="UTF-8". Any idea how to solve it? Thanks.
>
> Ladislav Kulhanek
>
>
>
> ------------------------------
>
>
> ------------------------------------------------------------------------------
> What Every C/C++ and Fortran developer Should Know!
> Read this article and learn how Intel has extended the reach of its
> next-generation tools to help Windows* and Linux* C/C++ and Fortran
> developers boost performance applications - including clusters.
> http://p.sf.net/sfu/intel-dev2devmay
>
> ------------------------------
>
> _______________________________________________
> DSpace-tech mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>
>
> End of DSpace-tech Digest, Vol 61, Issue 37
> *******************************************
>
------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to