jaenswart / brms-rating-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JBoss BRMS 6 Rating 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 - 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-rating-demo .
    
  5. Start demo container

    docker run -it -p 8080:8080 -p 9990:9990 jbossdemocentral/brms-rating-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

JBoss BRMS

About


Languages

Language:Batchfile 45.6%Language:Shell 41.6%Language:Visual Basic 12.7%