/bonita-web-pages

Primary LanguageJavaScriptGNU General Public License v2.0GPL-2.0

Bonita web pages

Contains Bonita Portal web pages.

Build

Requirements

  • 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

Gradle Tasks

The following tasks can be executed with the Gradle wrapper (gradlew(.bat)) to avoid version compatibility issues

Build artifacts

gradle build

Run pages tests

gradle runIntegrationTests

UID pages development

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