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:

...

https://open.med.harvard.edu/stash/git/SHRINE/shrine.git

Check out the software development trunk develop branch:

No Format
git clone https://open.med.harvard.edu/stash/git/SHRINE/shrine.git

...

No Format
cd shrine
mvn clean install

Check out Find the most recent release of the software on the master branch:

No Format
git checkout master

...