Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The SHRINE source code is a multi-module maven project stored in a Subversion repository, see:  Subversion Code organization overview

 

Browse the Subversion repository:

Plain URL:

https://open.med.harvard.edu/

...

stash/git/SHRINE/shrine

...

.git

Check out the software development trunk develop branch:

No Format
svngit coclone https://open.med.harvard.edu/stash/svngit/shrineSHRINE/trunk shrine-trunk.git

Build the entire project (Depending on users' configurations, it may be necessary to give Maven extra memory. The SHRINE build is configured to use a Zinc daemon to speed up compilation, if available. If a Zinc daemon is not running, the build will work fine, but will take about twice as long as when a Zinc daemon is present.)

No Format
cd shrine-trunk
mvn clean install

Check out a Find the most recent release of the software , e.g.on the master branch:

No Format
svngit co https://open.med.harvard.edu/svn/shrine/releases/1.16.0/ shrine-1.16.0checkout master

Set up a development environment

...