Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.26 KB

README.md

File metadata and controls

40 lines (28 loc) · 1.26 KB

HRM - The Huygens Remote Manager

The Huygens Remote Manager is an open-source, efficient, multi-user web-based interface to the Huygens software by Scientific Volume Imaging for parallel batch deconvolutions.

For more information please see:

Download and install dependences for development

In the console, run:

$ cd $HRM_ROOT
$ ./setup/setup_devel.sh 

This will update composer, and download and install all third-party libraries used for development. Please notice that the the development dependencies are way more than those needed for release (see below).

Package an HRM release

In the console, run:

$ cd $HRM_ROOT
$ ./setup/package_release.sh workdir archive_name 

This will update composer, download and install all third-party libraries necessary for the release version of HRM, and then package everything into a zip file ready for distribution.

Example:

$ cd $HRM_ROOT
$ ./setup/package_release.sh /tmp ~/hrm_3.5.0.zip