Enterprise Java

Introducing the JBoss BPM Suite installer

tips-and-tricks
This week we want to introduce you to the rather unknown installer component that is delivered with the JBoss BRMS and JBoss BPM Suite products.

Note that all the current demo projects have been requiring you to download the JBoss BPM Suite deployable eap zip product file and JBoss EAP 6.1.1 zip product file. Moving forward we will migrate all our projects to make use of just the JBoss BPM Suite installer jar file.

This includes mulit-product demo projects, where JBoss BRMS or JBoss BPM Suite is used we will be integrating the automated installations by using the installer  component.

In this article we will demonstrate its usage and introduce it as a standard way of implementing all our installations.

JBoss BPM Suite install demo

This project is the most basic installation you can achieve with the product, just installed, configured to use a single user (erics) with all the roles available in the BPM Suite.

The project readme file on github presents you will all the steps needed to install this project and the JBoss BPM Suite online workshop has been updated to lead you through this installation using the new installer component.

Quickstart

  1. Download and unzip.
  2. Add product installer to installs directory.
  3. Run ‘init.sh’ or ‘init.bat’ file.
  4. Login to http://localhost:8080/business-central (u:erics / p:bpmsuite1!)
  5. Enjoy installed and configured JBoss BPM Suite.

The installation will run a bit longer and setup a secured password vault, preset users with new stronger password, and fully automate your JBoss BPM Suite setup.

install-console

When it is done running you can fire up the product as the console output will show and login using the provided user.

bpmsuite

If you are interested you can look in the support directory for the script file that automates the installation and the variable file that is used to install standard users. Examine the init scripts to see that the installation is run by pointing to these files with the command:

$ java -jar {bpms-install.jar} support/installation-bpms -variablefile support/installation-bpms.variables

Also note that many demo will now be starting the installation with “Download and unzip.”, meaning you can just click on this link to obtain the project instead of having to have git installed and cloning the project.

The JBoss BRMS product install demo is also available with this new usage of the installer component.

Now your usage and setup of JBoss BPM Suite and our demo projects is just that much easier to enjoy!

Eric Schabell

Eric is Chronosphere's Director Technical Marketing & Evangelism. He's renowned in the development community as a speaker, lecturer, author and baseball expert. His current role allows him to coach the next generation of technical marketers & evangelists helping the world to understand the challenges with cloud native observability. He brings a unique perspective to the stage with a professional life dedicated to sharing his deep expertise of open source technologies and organizations. Follow on https://www.schabell.org.
Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Learn how your comment data is processed.

0 Comments
Inline Feedbacks
View all comments
Back to top button