Skip to content

Commit

Permalink
Updating readme with h5p changes and outdate mention of videos
Browse files Browse the repository at this point in the history
  • Loading branch information
Thalia Cruz committed Apr 16, 2024
1 parent 42f0160 commit 2cfd5bb
Showing 1 changed file with 13 additions and 16 deletions.
29 changes: 13 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,38 +5,35 @@ The main objective of this training is to familiarize yourself with concepts and
Bonita Camp include both theoretical knowledge and hands on with exercises that let you build your first Bonita application.
Bonita Camp comes with:

- A set of slides commented in a [series of videos](https://www.youtube.com/playlist?list=PLvvoQatxaHOMHRiP7hFayNXTJNdxIEiYp) (also available in [French](https://www.youtube.com/playlist?list=PLvvoQatxaHOPSATzZe-zPh-LrSNGfpQEf) and [Spanish](https://www.youtube.com/playlist?list=PLvvoQatxaHOOgWEMHZjk5rjc9qsCnh7bi)) or during live sessions
- A set of exercises described on a [dedicated web site](http://bonitasoft-community.github.io/bonita-camp/)
- [Exercises solutions](https://github.com/Bonitasoft-Community/bonita-camp/releases/latest)
- [Outdated - based on Bonita 2021.2] A set of slides commented in a [series of videos](https://www.youtube.com/playlist?list=PLvvoQatxaHOMHRiP7hFayNXTJNdxIEiYp) (also available in [French](https://www.youtube.com/playlist?list=PLvvoQatxaHOPSATzZe-zPh-LrSNGfpQEf) and [Spanish](https://www.youtube.com/playlist?list=PLvvoQatxaHOOgWEMHZjk5rjc9qsCnh7bi)) or during live sessions

If you need assistance you can:

- Ask your question on our dedicated **Bonita Camp Discord channel** if you have attended a live session
- Ask your question on **[Bonitasoft Community forum](https://community.bonitasoft.com/questions-and-answers)**
- [Get in touch with Bonitasoft](https://www.bonitasoft.com/contact-us) to get more information about [support offering](https://www.bonitasoft.com/support) and additional features of Enterprise Edition

Content is currently available in:
- English (Bonita Camp 2021.2)
- Français (Bonita Camp 2021.2)
- Español (Bonita BPM 2021.2)
- English
- Français
- Español


## For Bonita Camp contributors
## For Bonita Camp Contributors

### Sources

All sources are available on [Bonita Camp GitHub repository](https://github.com/Bonitasoft-Community/bonita-camp/):

- Slides are created using reveal.js and are located in the [slides](https://github.com/Bonitasoft-Community/bonita-camp/tree/master/slides) folder
- Source files of slides based on h5p and generated htmls are located in the [h5p](https://github.com/Bonitasoft-Community/bonita-camp/tree/master/h5p) folder
- Exercises are hosted using GitHub Pages. Source are located in the [docs](https://github.com/Bonitasoft-Community/bonita-camp/tree/master/docs) folder and content is available for users at **[http://bonitasoft-community.github.io/bonita-camp/](http://bonitasoft-community.github.io/bonita-camp/)**

### Build instructions for slides
Refer to h5p documentation at **[https://h5p.org/](https://h5p.org//)**

### Archive
- Previous versions of slides are located in the [slides](https://github.com/Bonitasoft-Community/bonita-camp/tree/master/slides) folder




1. Download and unzip [reveal.js](https://github.com/hakimel/reveal.js/archive/master.zip)
1. Paste the content of the `slides/THE_LANGUAGE/` folder into your `reveal.js` directory
1. Paste the content of the `slides/theme` folder in your `reveal.js/css/theme/source` folder
1. Run `npm install`
1. Run `npm install -g grunt-cli`
1. Run `grunt package`
1. Use the built zip package to share and run the presentation

0 comments on commit 2cfd5bb

Please sign in to comment.