Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Generate client bundle typing npm run build:prod at taskana/web folder (if it is not already generated)
  2. Install taskana rest project with the option -P history.plugin at taskana/rest folder mvn clean install -P history.plugin (It will create taskana-rest-spring-example-boot with history plugin dependencies)
  3. Run taskana application, just do mvn spring-boot:run -P history.plugin at taskana\rest\taskana-rest-spring-example-boot folder
  4. Go to http://localhost:8080 and you will get History module available.