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.

git fetch origin
git checkout ${BRANCH} -f
git pull
mvn clean package
cd dspace/target/dspace-build
ant update
#insert domain specific passwords/overrides into config files using sed
#restart webserver

When "build.properties"  was first introduced, it did not allow us to
override what we needed to override.  I have not revisited that file to see
if it could further simplify our build process.

On Thu, Aug 13, 2015 at 7:55 AM, TAYLOR Robin <robin.tay...@ed.ac.uk> wrote:

> 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 part we
> are still stuck in a world of 'scp' and shell scripts, so could benefit
> greatly from a bit of modernisation :)
>
> Many thanks, Robin.
>
> Robin Taylor
> Main Library
> University of Edinburgh
> --
> The University of Edinburgh is a charitable body, registered in
> Scotland, with registration number SC005336.
>
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Dspace-devel mailing list
> Dspace-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-devel
>



-- 
Terry Brady
Applications Programmer Analyst
Georgetown University Library Information Technology
https://www.library.georgetown.edu/lit/code
425-298-5498 (Seattle, WA)
------------------------------------------------------------------------------
_______________________________________________
Dspace-devel mailing list
Dspace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-devel

Reply via email to