Download - Virtimo Fileserver
You can download all required files (except for the License) that you need for the installation Installation or the Update installation or update of the BPC on this page.
The installation files are made available via the Virtimo File Server. The required files are provided there sorted by version and can be downloaded via the browser.
|
At https://files.virtimo.net/bpc/latest/support/5.0.x/release/ you will always find the latest release of the version 5.0. |
BPC Bundle
In addition to the individual files we also provide you with a bundle.
This contains the files that are required for a basic installation of the BPC and are also recommended.
The files are packaged in an archive and already stored in the recommended folder structure.
The bundle contains the following components:
-
OpenSearch (with pre-installed Plugin)
-
custom.java.security for setting Java/JVM Parameters - see also Java Security Settings
-
Central keystore and truststore - see also Keystore and Truststore
-
systemd scripts and template (UNIX only) - see also Services - Unix systems
Files to download
Click on the links below to download the files directly.
BPC modules
Core application
See also Administration documentation.
-
bpc-be-core.jar (signature) - Backend module
-
bpc-fe-core.war (signature) - Frontend module
Forms module
See also Forms.
-
bpc-be-forms.jar (Signature)
-
bpc-fe-forms.war (Signature)
-
bpc-forms-renderer.war (Signature)
Analysis Module
See also Data Analysis.
-
bpc-be-analysis.jar (Signature)
-
bpc-fe-analysis.war (Signature)
VIMON Module
See also VIMON.
-
bpc-fe-vimon.war (Signature)
This module is used for the simple integration of Virtimo VIMON into the BPC.
File Storage Module
To use the file storage functionality, which enables the storage of files with various cloud services, the corresponding module of the cloud service must be installed:
-
bpc-file-storage-client-aws.jar (signature)
-
bpc-file-storage-client-azure.jar (signature)
-
bpc-file-storage-client-google-cloud.jar (signature)
Dark Theme
This is a dark theme for the BPC.
-
bpc-theme-dark.war (signature)
PAX JDBC Feature Installer Module
See also Central configuration file
Central configuration files
For the central configuration of the BPC outside of Karaf and OpenSearch.
See also Central configuration file.
Java Trust-/Keystore
See also Using the central trust/keystores.
OpenSearch BPC Plugin
This plugin is included in our OpenSearch distribution pre-installed in our OpenSearch distribution. You can also install the plugin in a vanilla OpenSearch or update an existing one. However, we recommend that you always update the entire OpenSearch.
Start and stop scripts
Scripts for starting and stopping the BPC or the system components OpenSearch and Karaf.
For more information on using the scripts, see BPC start and stop.
Scripts for creating systemd configurations
These scripts can be used to install the BPC as a Service on Linux/Unix systems via systemd.
See also Services - Unix systems.
OpenAPI specification files
We provide OpenAPI-compliant specifications for our API endpoints. These are available in JSON and YAML format.
Example / Template Theme
This is an alternative theme for the BPC. It can be used as a starting point for creating your own themes.
See also Develop BPC theme and Theme Switcher.
-
bpc-theme-template.war
Verify files
We provide additional signatures for most files.
You can use the signature to verify that the downloaded file was not damaged during download or manipulated by unauthorized persons.
The signature file corresponds to the file name of the file to be verified with the additional extension .sig.
We use the established sigstore project to create the signatures and the subsequent verification. Please install the cosign program to verify the artefacts. The installation documentation can be found at https://docs.sigstore.dev/system_config/installation/.
The public key for verifying the signature is provided via the public repository https://bitbucket.org/virtimo/product-verification/. This allows changes to the public key to be tracked transparently. In addition, the files (incl. signature) and the public key are split into two separate systems. This makes it more difficult for attackers to manipulate the files.
Verify file with signature
To verify a file, you also need the signature file and the public key.
cosign verify-blob bpc-be-core.jar --signature bpc-be-core.jar.sig --key https://bitbucket.org/virtimo/product-verification/raw/main/cosign.pub