Skip to content

Commit

Permalink
Merge branch '7.x' of https://github.com/pozil/bpm-camp into 7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippe Ozil committed Oct 29, 2015
2 parents 595f321 + b08b10c commit 6358c62
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@ Slides and exercises for the BPM Camp events.
Content is available in:
- English
- French
- ~~Spanish~~ (not updated for v7)
- Spanish

##Setup instructions for slides
1. Download [reveal.js](https://github.com/hakimel/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
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](http://dep4e.sourceforge.net/)
2. Download [Ant-Contrib 1.0b2](http://sourceforge.net/project/showfiles.php?group_id=36177)
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).
2. Download [Ant-Contrib 1.0b2](http://sourceforge.net/projects/ant-contrib/files/ant-contrib/ant-contrib-1.0b2/ant-contrib-1.0b2-bin.zip/download)
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:
Expand Down

0 comments on commit 6358c62

Please sign in to comment.