Re: [Dspace-devel] DSpace deployment methods

2015-08-21 Thread Peter Dietz
7;ant update...' on the live server. But even that feels a bit > hacky. > > > At this point I should stop talking and read up on Tim's Commons > Configuration work. > > > Cheers. > > > Robin Taylor > Main Library > University of Edinburgh > > > --

Re: [Dspace-devel] DSpace deployment methods

2015-08-21 Thread TAYLOR Robin
e Sent: 17 August 2015 15:10 To: dspace-devel@lists.sourceforge.net Subject: Re: [Dspace-devel] DSpace deployment methods Hi Robin, I am working to disentangle configuration from Maven & Ant builds in the Commons Configuration work (aimed for 6.0). Once we switch to Commons Configuration

Re: [Dspace-devel] DSpace deployment methods

2015-08-17 Thread Tim Donohue
3:40 *To:* TAYLOR Robin *Cc:* DSpace Developers *Subject:* Re: [Dspace-devel] DSpace deployment methods Robin, I have been happy with the process that has evolved for us over time. Since our repository code is private, we have cloned our github repository on our server using an access token. We

Re: [Dspace-devel] DSpace deployment methods

2015-08-17 Thread Mark H. Wood
On Mon, Aug 17, 2015 at 10:07:46AM +, TAYLOR Robin wrote: > Hi Terry, > > > That's really useful, thanks. The main problem for me is that configuration > is so entwined with both the Maven build and the Ant installation, it makes > it difficult to find a process that avoids having to do a M

Re: [Dspace-devel] DSpace deployment methods

2015-08-17 Thread TAYLOR Robin
ation specific to that server. Sigh [😊] Cheers, Robin. Robin Taylor Main Library University of Edinburgh From: Terry Brady Sent: 14 August 2015 23:40 To: TAYLOR Robin Cc: DSpace Developers Subject: Re: [Dspace-devel] DSpace deployment methods Robin, I have been

Re: [Dspace-devel] DSpace deployment methods

2015-08-14 Thread Terry Brady
Robin, I have been happy with the process that has evolved for us over time. Since our repository code is private, we have cloned our github repository on our server using an access token. We have a build folder on each of our servers. That folder contains a script that runs the following steps

[Dspace-devel] DSpace deployment methods

2015-08-13 Thread TAYLOR Robin
Hi all, I notice there was a brief discussion about DSpace deployment methods yesterday in the developer meeting. I would be very interested to hear what others do, what sort of tools they use, what sort of infrastructure they have etc. If anyone is willing to share please do reply. For our par