Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.49 KB

README.md

File metadata and controls

30 lines (23 loc) · 1.49 KB

BPM Camp - 7.x

Slides and exercises for the BPM Camp events.

Content is available in:

  • English (Bonita BPM 7.1.2)
  • French (Bonita BPM 7.0.0)
  • Spanishh (Bonita BPM 7.0.0)

##Setup instructions for slides

  1. Download reveal.js version 3.1.0
  2. Paste the content of the slides/THE_LANGUAGE/ folder into your reveal.js directory
  3. Paste the content of the slides/theme folder in your reveal.js/css/theme folder

##Setup instructions for exercises

  1. Download and install the DEP4E eclipse plugin
  2. Download Ant-Contrib 1.0b2
  3. Open Eclipse preferences and navigating to Ant / Runtime
  4. Select the Classpath tab and add the Ant-Contrib JAR as an external JAR under Global Entries
  5. Create a docbook project from the exercices folder
  6. Locate your eclipse plugin configuration path in the console output by performing a first build. The path should be something similar to this: eclipse/configuration/org.eclipse.osgi/433/0/.cp/resources/
  7. Overwrite your configuration files with the content of custom-template (some files should be overwritten).

##Build instructions for exercises With the exercises project set up, you may build the instructions in Eclipse:

  • as a PDF by running the Ant "PDF" target
  • as a ZIP file with corrections by running the Ant "Package as ZIP" target