Skip to content

Project to automate the installation of JBoss BRMS 6 without preconfiguration beyond a single admin user.

Notifications You must be signed in to change notification settings

jaenswart/brms-install-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JBoss BRMS 6 Install Demo

Project to automate the installation of this product without preconfiguration beyond a single admin user.

There are four options available to you for using this demo; local, Openshift Online, Red Hat CDK OpenShift Enterprise and Containerized.

Option 1 - Install on your machine

  1. Download and unzip.

  2. Add product installer to installs directory.

  3. Run 'init.sh' or 'init.bat' file. 'init.bat' must be run with Administrative privileges

  4. Login to http://localhost:8080/business-central (u:erics / p:jbossbrms1!)

  5. Enjoy installed and configured JBoss BRMS 6.

Option 2 - Install with one click in xPaaS (brmsPaaS)

After clicking button, ensure Gear size is set to large:

![Click to install OpenShift](http://launch-shifter.rhcloud.com/launch/light/Install brmsPaaS.svg)

Once installed you can use the JBoss BRMS logins:

  • u:erics p: jbossbrms (admin)

  • u: alan p: jbossbrms (analyst)

Current hosting of bpmPaaS is on JBoss BRMS 6.0.2 in OpenShift Online.

Option 3 - Install on Red Hat CDK OpenShift Enterprise image

The following steps can be used to install this demo on OpenShift Enterprise using the Red Hat Container Development Kit (CDK)

  1. App Dev Cloud with JBoss BRMS Install Demo

Option 4 - Generate containerized install

The following steps can be used to configure and run the demo in a container

  1. Download and unzip.

  2. Add product installer to installs directory.

  3. Copy contents of support/docker directory to the project root.

  4. Build demo image

    docker build -t jbossdemocentral/brms-install-demo .
    
  5. Start demo container

    docker run -it -p 8080:8080 -p 9990:9990 jbossdemocentral/brms-install-demo
    
  6. Login to http://<DOCKER_HOST>:8080/business-central (u:erics / p:jbossbrms1!)

  7. Enjoy installed and configured JBoss BRMS 6.

Additional information can be found in the jbossdemocentral container developer repository

Supporting Articles

Released versions

See the tagged releases for the following versions of the product:

  • v2.1 - JBoss BRMS 6.2.0-BZ-1299002 on JBoss EAP 6.4.4 and running on Red Hat CDK using OpenShift Enterprise image.

  • v2.0 - JBoss BRMS 6.2.0-BZ-1299002 on JBoss EAP 6.4.4.

  • v1.9 - JBoss BRMS 6.2.0, JBoss EAP 6.4.4 and OSE aligned containerization.

  • v1.8 - JBoss BRMS 6.2.0 and JBoss EAP 6.4.4 installation.

  • v1.7 - JBoss BRMS 6.1 installer on JBoss EAP 6.4.

  • v1.6 - JBoss BRMS 6.0.3 installer with optional docker installation.

  • v1.5 - moved to JBoss Dem Central organization, updated windows init.bat support and one click install button.

  • v1.4 - JBoss BRMS 6.0.3 installer on JBoss EAP 6.1.1.

  • v1.3 - JBoss BRMS 6.0.2 installer used to setup basic product installation on JBoss EAP 6.1.1.

  • v1.2 - JBoss BRMS 6.0.2, installed on JBoss EAP 6.1.1.

  • v1.1 - JBoss BRMS 6.0.1, installed on JBoss EAP 6.1.1.

  • v1.0 - JBoss BRMS 6.0.0, installed on JBoss EAP 6.1.1.

  • v0.3 - JBoss BRMS 6.0.0.CR2, installed on JBoss EAP 6.1.1.

  • v0.2 - JBoss BRMS 6.0.0.CR1, installed on JBoss EAP 6.1.1.

  • v0.1 - JBoss BRMS 6.0.0.Beta, installed on JBoss EAP 6.1.1.

JBoss BRMS

About

Project to automate the installation of JBoss BRMS 6 without preconfiguration beyond a single admin user.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Batchfile 45.7%
  • Shell 41.6%
  • Visual Basic .NET 12.7%