Download
v1.1
Docker images are also provided, please have a look
here
how to use them.
The
release notes
contain the changes from v1.0.
Worker
The worker can be installed as an RPM or just to extract the ZIP file to a folder.
reaction-worker-1.1-1.el7.noarch.rpm
reaction-worker-1.1.zip
Engine
The primary recommendation of using the Engine is to use the standalone mode (everything is bundled, no external servlet container is needed). However WAR files are also provided to use Reaction in Tomcat, in Wildfly or in Weblogic. The config ZIP contains the logger and application configuration files.
reaction-engine-standalone-1.1.zip
reaction-engine-tomcat-1.1.war
reaction-engine-wildfly-1.1.war
reaction-engine-weblogic-1.1.war
reaction-engine-config-1.1.zip
Management web application
The ZIP contains the source files of the management web application, it can be used either on Linux or on Windows but
additional steps
have to be performed to make the application work.
The recommended way to install the management web application is to use the
installation package
(reaction_management_app_installation_v1_1.bsx).
reaction_management_app_installation_v1_1.bsx
reaction_management_app_v1_1.zip
Others
The database schema can be created by the installation package of management web application (
using Django's migration commands
) or manually with the following 2 files (in Oracle and in mariaDB).
create_tables_mysql.sql
create_tables_oracle.sql
v1.0
The artefacts of v1.0 can be found on the
old Download page
.