Skip to content

Commit

Permalink
Merge pull request #16 from Bonitasoft-Community/7.7-update
Browse files Browse the repository at this point in the history
7.7 update
  • Loading branch information
Antoine Mottier authored Aug 9, 2018
2 parents a0ba033 + e413118 commit f8b177d
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Slides and exercises for the Bonita Camp events.

Content is available in:
- English (Bonita Camp 7.7)
- French (Bonita Camp 7.6)
- French (Bonita Camp 7.7)
- Spanish (Bonita BPM 7.2)

## Get the latest version
Expand Down
4 changes: 2 additions & 2 deletions exercices/source/en/chapters/setup.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<chapter xml:lang="en" xmlns="http://docbook.org/ns/docbook" version="5.0" xmlns:xi="http://www.w3.org/2001/XInclude">
<article xml:lang="en" xmlns="http://docbook.org/ns/docbook" version="5.0" xmlns:xi="http://www.w3.org/2001/XInclude">
<title>Environment setup</title>

<section>
Expand Down Expand Up @@ -46,4 +46,4 @@
</itemizedlist>
</section>

</chapter>
</article>
2 changes: 1 addition & 1 deletion exercices/source/fr/chapters/ex5.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<title>Instructions pas à pas</title>
<orderedlist>
<listitem><para><emphasis role="bold">Mise en place de FakeSMTP</emphasis></para>
<para>Récupérer le binaire de FakeSMTP depuis cette URL: <link linkend="http://nilhcem.github.com/FakeSMTP/downloads/fakeSMTP-latest.zip">http://nilhcem.github.com/FakeSMTP/downloads/fakeSMTP-latest.zip</link></para>
<para>Récupérer le binaire de FakeSMTP depuis cette URL : <link linkend="http://nilhcem.github.com/FakeSMTP/downloads/fakeSMTP-latest.zip">http://nilhcem.github.com/FakeSMTP/downloads/fakeSMTP-latest.zip</link></para>
<para>Décompresser l'archive fakeSMTP-latest.zip</para>
<para>Lancer FakeSMTP en double cliquant sur le fichier JAR ou en lançant la commande suivante:</para>
<para>
Expand Down
6 changes: 3 additions & 3 deletions exercices/source/fr/chapters/setup.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<chapter xml:lang="en" xmlns="http://docbook.org/ns/docbook" version="5.0" xmlns:xi="http://www.w3.org/2001/XInclude">
<article xml:lang="en" xmlns="http://docbook.org/ns/docbook" version="5.0" xmlns:xi="http://www.w3.org/2001/XInclude">
<title>Installation de l'environnement</title>

<section>
Expand Down Expand Up @@ -36,7 +36,7 @@
<para>Nous recommandons d'utiliser Chrome ou Firefox dans les phases de développement afin de bénéficier d'outils de test et debug. Afin de savoir quel navigateur est utilisé par défaut par le Studio, cliquer sur le bouton "Portail". Le portail Bonita devrait s'ouvrir avec le navigateur par défaut de votre système d'exploitation.</para>
<para>Vous pouvez configurer le Studio Bonita pour qu'il utilise un navigateur autre que celui par défaut :</para>
<itemizedlist mark='bullet'>
<listitem><para>Dans le Studio cliquer sur le bouton "Préférences".</para></listitem>
<listitem><para>Dans le Studio cliquer sur le bouton "Préférences" (icône d'engrenage).</para></listitem>
<listitem><para>Dans la section "Web" cliquer sur "Navigateur".</para></listitem>
<listitem><para>Cliquer sur le bouton "Nouveau...".</para></listitem>
<listitem><para>Entrer un nom et utiliser le bouton "Parcourir..." pour sélectionner l'exécutable du navigateur web (e.g. C:\Program Files (x86)\Google\Application\chrome.exe pour Chrome sur Windows).</para></listitem>
Expand All @@ -46,4 +46,4 @@
</itemizedlist>
</section>

</chapter>
</article>
9 changes: 6 additions & 3 deletions slides/fr/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ <h2>Exercice 1</h2>
</div>

<aside class="notes">
- Demonstrate how to check process history using the administrator view. Speak about the value of graphical monitoring from Subscription edition.<br/>
- Demonstrate how to check process history using the administrator view. Speak about the value of graphical monitoring from Enterprise Edition.<br/>
- Demonstrate how to export the content of the workspace (one diagram / the whole workspace).<br/>
- Demonstrate how to import a correction and deal with conflict.
</aside>
Expand Down Expand Up @@ -469,7 +469,7 @@ <h2>Acteurs</h2>
Actors allow to automatically update task visibility when organization changes.<br/>
Actors cannot use any live data (business variables, external system information...) whereas filters can.<br/>
Filters are executed only once when task starts. They can be run again with API call..<br />
If you already have information about your organization stored in an LDAP/Active Directory server Subscription edition provide a tool that will save you time by dealing with the synchronization between LDAP/AD and Bonita user database.
If you already have information about your organization stored in an LDAP/Active Directory server Enterprise Edition provide a tool that will save you time by dealing with the synchronization between LDAP/AD and Bonita user database.
</aside>
</section>

Expand All @@ -493,7 +493,7 @@ <h2>Connecteurs</h2>
<aside class="notes">
Connectors can be placed at the start or the end of a process or a task.<br/>
Any data type or groovy script can be used as I/O.<br/>
When possible prefer connectors over scripts for increased performance, error handling (SP).
When possible prefer connectors over scripts for increased performance, error handling (Enterprise Edition).
</aside>
</section>

Expand Down Expand Up @@ -562,6 +562,9 @@ <h2>Déploiement d'applications</h2>
<td>Portail</td>
</tr>
</table>
<aside class="notes">
Mention BCD for automated command line/Jnkeins build and deployment (Enterprise Edition).
</aside>
</section>

</section>
Expand Down

0 comments on commit f8b177d

Please sign in to comment.