UI for playing around with CMMN
git clone git@github.com:camunda/camunda-casemanager-ui.git
git clone git@github.com:camunda/camunda-bpm-webapp.git
cd camunda-casemanager-ui
npm install
bower install
grunt auto-build
# in a different terminal
cd ../camunda-bpm-webapp/webapp
git checkout casemanager
mvn clean jetty:run -Pdevelop-casemanager
If you are on Windows and npm install
fails, you may try npm install --no-bin-links
.
Open browser at http://localhost:8080/camunda/app/casemanager/ and login with user jonny1
and password jonny1
.