[dspace-tech] "on Behalf of " support in DSpace REST Interface?

2018-05-16 Thread Stefan Kombrink
Dear community, we utilize Swordv2 to submit publication items on behalf of other users using a service user equipped with submission permissions. Due to other functionality we use the DSpace 6 REST API as well. Is it possible or is it planned to sumit items to a users workspace or directly into

[dspace-tech] Re: 404 ERROR first installation of Dspace

2018-05-16 Thread Nassima BERRAZOUANE
The problem is solved... it was the Selinux that caused this error Le lundi 30 avril 2018 13:24:45 UTC+1, Nassima BERRAZOUANE a écrit : > > Hello, > > I have installed dspace on my machine, I followed all the steps very > carefully, everything was successfull but when I go to

[dspace-tech] Dspace in Local Network

2018-05-16 Thread Jojo Capunay
Hello again, i just want to ask if there was a tutorial to run Dspace in the local network. currently i only run it in my local machine, I'm using the Jspui since my coding knowledge is very limited. I want to test it on an institutional environment within our university. since i could not have

Re: [dspace-tech] "on Behalf of " support in DSpace REST Interface?

2018-05-16 Thread Tim Donohue
Hi Stefan, The entire REST API is being rebuilt/redesigned in DSpace 7. So, in DSpace 7, *all functionality* (available to the DSpace User Interface) will also be in the REST API. The DSpace 7 REST API has a new (in progress) contract described at: https://github.com/DSpace/Rest7Contract In

[dspace-tech] Re: DSpace Developer Show and Tell: DSpace and Docker - May 15, 2018 at 15:00 UTC

2018-05-16 Thread Terry Brady
The video from the DSpace Show and Tell Meeting has been posted. https://wiki.duraspace.org/display/DSPACE/Dev+Show+and+Tell+-+Using+Docker+in+Development+-+May+15%2C+2018+-+1500UTC Thank you to Pascal Becker and Tom Desair for sharing their DSpace development experiences with Docker. If you

Re: [dspace-tech] Best way of fully replicating a DSpace installation to a remote server

2018-05-16 Thread Sean Carte
We use the rsync + pg_dump approach to periodically update a Test instance of our repository. Seems to work. Sean On Wed, 16 May 2018 at 12:40, Periklis Ntanasis wrote: > Hi, > > I am interested in fully replicating a DSpace installation to a remote > server. The

Re: [dspace-tech] Best way of fully replicating a DSpace installation to a remote server

2018-05-16 Thread Periklis Ntanasis
Thank you Sean, this is very encouraging! Periklis On Wed, May 16, 2018 at 1:58 PM, Sean Carte wrote: > We use the rsync + pg_dump approach to periodically update a Test instance > of our repository. Seems to work. > > Sean > > > On Wed, 16 May 2018 at 12:40, Periklis

[dspace-tech] Best way of fully replicating a DSpace installation to a remote server

2018-05-16 Thread Periklis Ntanasis
Hi, I am interested in fully replicating a DSpace installation to a remote server. The replication has to happen automatically and in a regular basis (i.e. daily). I need to replicate everything (users, authorizations, communities, collections.. etc.). The remote DSpace will be used only for

Re: [dspace-tech] embargo

2018-05-16 Thread George Kozak
Manjunath: I am not sure if this is the best way to do this, but we at Cornell University, we do this manually by going into the Postgres database and manipulating the Resource Policy table. Here is a simplified version of our procedure: To embargo an item, after submission: - As Admin, go to

Re: [dspace-tech] embargo

2018-05-16 Thread Tim Donohue
Hi Manjunath: Assuming you are using a recent version of DSpace (I believe this works in 4.x or above), the Embargo date can be managed by editing the Item's "Authorization Policies". This is described (very briefly) here: