From f0aa10cf7395b5dbb2528a13232fa3b8c3522919 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Sun, 10 Mar 2013 21:12:17 +0100 Subject: [PATCH] formation de developpement --- modules_EOLE_envole/developpement-eole.tex | 79 ++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 modules_EOLE_envole/developpement-eole.tex diff --git a/modules_EOLE_envole/developpement-eole.tex b/modules_EOLE_envole/developpement-eole.tex new file mode 100644 index 0000000..4555469 --- /dev/null +++ b/modules_EOLE_envole/developpement-eole.tex @@ -0,0 +1,79 @@ +%%presentation +\documentclass{beamer} +\usepackage{beamerthemetree} +%%impression +%\documentclass[a4paper,9pt]{extarticle} +%\usepackage{beamerarticle} +%% + +% class FR +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[frenchb]{babel} + +% image +\usepackage{graphicx} + +\usecolortheme{crane} +\beamertemplatetransparentcovered + +% le logo +%\logo{\includegraphics[height=1cm]{ban.png}} + +\title{Formation EOLE} +\subtitle{Développement EOLE} + +\author{GARETTE Emmanuel} +\institute{Cadoles} +\date{\today} + +\begin{document} +\frame{\titlepage} + +\include{tronc-commun-2/20-api} +\include{tronc-commun-2/30-api_bash} +\include{tronc-commun-2/01-personnalisation-creole} +\include{tronc-commun-2/01-personnalisation-creole2} +\include{tronc-commun-2/04-diagnose} + +\section{EOLE avancé} +\begin{frame}{Plan} + \small \tableofcontents[currentsection, hideothersubsections] +\end{frame} +\include{commun/02-instance-reconfigure} +\include{tronc-commun-2/05-script-instance-reconfigure} +\include{commun/20-firewall} +\include{tronc-commun-2/07-eole-firewall} +\include{commun/21-schedule} +\include{tronc-commun-2/08-schedule} +\include{tronc-commun-2/03-zephir_script} +\include{tronc-commun-2/15-script-ead} +\include{tronc-commun-2/16-sauvegarde} +\include{tronc-commun-2/18-cert} + +\section{Conteneur avancé} +\begin{frame}{Plan} + \small \tableofcontents[currentsection, hideothersubsections] +\end{frame} +\include{commun/02-conteneurs} +\include{tronc-commun-2/17-conteneur_groupe_conteneur} +\include{tronc-commun-2/06-montage-conteneur} +\include{tronc-commun-2/09-host} +\include{tronc-commun-2/12-interface} +\include{tronc-commun-2/13-disknod} +%\section{Packaging} +%\begin{frame}{Plan} +% \small \tableofcontents[currentsection, hideothersubsections] +%\end{frame} +%eole-skeletor + + +\section{Développement Envole} +\begin{frame}{Plan} + \small \tableofcontents[currentsection, hideothersubsections] +\end{frame} +\include{envole/01-ajout} +\include{tronc-commun-2/11-mysql} +%\include{tronc-commun-2/14-sso} + +\end{document}