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:
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).
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