As promised, I have put together a preview of the JBoss BPM BAM Dashboard Builder component and pushed it into the Cloud.
That is all nice and such, but for you to enjoy this you want to have it repeatable for your own quick and easy usage. No worries, I have that for you too. Here are a few screenshots and you can follow the steps below to install your very own version in the OpenShift Cloud.
You can find the project I setup to install this in your very own instance of OpenShift here:
https://github.com/eschabell/openshift-bpm-bam-dashboard/tree/v1.0
Running on OpenShift
Create an account at http://openshift.redhat.com/
Create a JBoss AS instance
rhc app create -t jbossas-7 --from-code git://github.com/eschabell/openshift-bpm-bam-dashboard.git bampreview
There is one step to add the user login files that are not being correctly copied to the JBoss server:
rhc app show bampreview
You need to locate the 'SSH' line in output of above command to use for 'scp' files:
Using the SSH line, copy the following files, then the login will work below.
scp bampreview/.openshift/config/bam-*.properties xxxxxxxxxx@bampreview-$your_domain.rhcloud.com:~/jbossas/standalone/configuration/
That's it, you can now checkout your application at:
http://bampreview-$your_domain.rhcloud.com
Just follow the link provided to the designer login:
http://bampreview-$your_domain.rhcloud.com/dashbuilder
Login credentials
user: erics
password: erics
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.