Slides and exercises for the Bonita Camp events.
Content is available in:
- English (Bonita Camp 7.7)
- French (Bonita Camp 7.7)
- Spanish (Bonita BPM 7.2)
You can get the latest version of slides and exercices by downloading the latest release from GitHub.
- Download and unzip reveal.js version 3.7.0
- Paste the content of the
slides/THE_LANGUAGE/
folder into yourreveal.js
directory - Paste the content of the
slides/theme
folder in yourreveal.js/css/theme/source
folder - Run
npm install
- Run
npm install -g grunt-cli
- Run
grunt package
- Download and install the DEP4E eclipse plugin
- Download Ant-Contrib 1.0b2
- Open Eclipse preferences and navigating to
Ant / Runtime
- Select the
Classpath
tab and add the Ant-Contrib JAR as an external JAR underGlobal Entries
- Create a docbook project from the
exercices
folder - 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/
- Overwrite your configuration files with the content of
custom-template
(some files should be overwritten).
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