Contains Bonita Portal web pages.
- Java 8
- UI Designer is used to build the pages. It must be installed in your local maven repository prior to building bonita-web-pages
- look at the build.gradle file to know which UI Designer is required to build the pages
- install the UI Designer as described in the UI Designer repository
The following tasks can be executed with the Gradle wrapper (gradlew(.bat)) to avoid version compatibility issues
gradle build
gradle runIntegrationTests
You can start an UI Designer development environment using
gradle runUID
project properties can be used to specify where bonita is located and the credentials to log in with.
gradle runUID -PbonitaUrl=http://localhost:8080 -PbonitaUser=walter.bates -PbonitaPassword=bpm