Version 0.7.0
This the first public release of ProcessM. Please refer to the ProcessM website for the details about this software.
Installation
ProcessM can be deployed as a Docker image or a standalone Java package. We recommend using the official Docker image, as it includes all runtime dependencies and simply runs with a single command. For environments without the virtualization and Docker support, one can still use the Java binaries, but it requires manual installation and configuration of dependencies.
Docker image
For Docker users, download and run ProcessM by simply executing the following command:
docker run -d -p 80:2080 -p 443:2443 --name processm processm/processm-server-full:latest
Local installation
For non-containerized installation, download the official binary package below and then follow the administrative manual for the details of configuration and running.
Full Changelog: https://github.com/ProcessMPUT/processm/commits/0.7.0
Source code of this version: https://github.com/ProcessMPUT/processm/tree/0.7.0