Versions Compared

Key

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

...

Browse the Subversion repository:

Plain URL:

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

...

stash/git/SHRINE/shrine

...

.git

Check out the software development trunk:

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 the latest release of the software, e.g.:

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

Set up a development environment

...