Giter Site home page Giter Site logo

alterway / formations Goto Github PK

View Code? Open in Web Editor NEW
47.0 17.0 34.0 22.56 MB

Supports de cours des formations de la société alter way

Home Page: https://www.alterway.fr/formation

Makefile 6.53% TeX 52.83% Ruby 0.28% Shell 14.40% CSS 23.86% JavaScript 2.10%
cloud openstack containers docker kubernetes slides training aws amazon cncf

formations's Introduction

Supports de formation alter way Cloud Consulting

Supports de formation (sous forme de slides) écrits en Français et traduits en Anglais et réalisés par alter way Cloud Consulting (ex Osones) pour ses offres de formation.

Sont notamment abordés les sujets suivants : le cloud, sa philosophie, le projet OpenStack, l'utilisation d'OpenStack, le déploiement d'OpenStack, le principe des conteneurs, le projet Docker, l'utilisation de Docker, l'orchestration de conteneurs Docker.

Sources : https://github.com/alterway/formations/

Auteurs :

HTML et PDF construits automatiquement : https://alterway.fr/formations/

Pré-requis

Option 1 : Utiliser le script build.sh

Option 2 : Utiliser le Makefile

Fonctionnement

Les supports de formation (slides) sont écrits en Markdown. Chaque fichier dans cours/ est un module indépendant.

cours.json définit les cours à partir des modules.

Il est possible de générer ces slides sous différents formats :

  1. HTML / reveal.js
  2. PDF à partir du HTML / reveal.js
  3. PDF à partir de LaTeX / Beamer

Deux méthodes de build sont disponibles :

  • build.sh : supporte 1. et 2.
  • Makefile : supporte 1. et 3.

Build.sh

Le build utilise des conteneurs Docker. L'utilisation de conteneurs Docker ne vise qu'à fournir un environnement stable (version des paquets fixes) et de ne pas "encrasser" le système hôte avec des paquets dont l'utilisation est faible.

Les Dockerfiles des images Docker sont disponibles ici :

Un daemon Docker est donc le seul pré-requis pour le build via build.sh

 USAGE : ./build.sh options

    -o output           Output format (html, pdf or all). Default: all

    -t theme            Theme to use. Default: awcc

    -u revealjsURL      RevealJS URL that need to be use. If you build formation
                        supports on local environment you should git
                        clone https://github.com/hakimel/reveal.js and set
                        this variable to your local copy.
                        This option is also necessary even if you only want PDF
                        output. Default: https://osones.com/formations/revealjs

    -c course           Course to build, "all" for build them all !

    -l language         Language in which you want the course to be built. Default: fr

Thème

Les thèmes sont stockés dans styles/. Un thème est constitué de :

  • un fichier CSS
  • un dossier (nom du thème) contenant les assets (images, font, etc)

Reveal.js

Par défaut, nous utilisons une version forkée de reveal.js. Pour utiliser votre propre version, vous devez spécifier son chemin avec le paramètre -u. Les fichiers de votre thème seront copiés dans ce chemin. Si le chemin est distant (uptream version par exemple), vous ne pourrez utiliser votre propre thème.

Langage

Nous supportons le multi langage. Le script build.sh est conçu pour rebasculer sur le contenu français si le cours n'existe pas dans la langue demandée.

Exemples

./build.sh -c docker -l fr -o html
./build.sh -o pdf
./build.sh -c openstack-user -u ~/reveal.js
./build.sh -c kubernetes-ops -l en -t customer
  • Les fichiers HTML se trouvent dans output-html/
  • Les PDF se trouvent dans output-pdf/

En ayant pullé au préalable les deux images Docker et en ayant une copie locale de reveal.js (spécifié avec -u), les builds se font uniquement en local.

Makefile

Le build se fait entièrement en local.

  • Voir le header du Makefile pour les dépendances nécessaires.
  • Voir make help pour l'utilisation.

Quelques exemples :

make openstack.pdf
make docker-handout.pdf
make docker-print.pdf
make openstack.html

Copyright et licence

Tous les contenus originaux (Makefile, scripts, fichiers dans cours/) sont :

Creative Commons BY-SA

Les autres fichiers du répertoire images/ sont soumis à leur copyright et licence respectifs.

awformations.s3-website.eu-west-3.amazonaws.com/html/kubernetes-full.fr.html

formations's People

Contributors

adri2000 avatar ahouefa avatar ajoga avatar albanvidal avatar ameukam avatar archifleks avatar dguglielmi avatar herveleclerc avatar jftalta avatar kmessy avatar kouroshvivan avatar nikaro avatar pfreund avatar rguichard avatar ricebowljr avatar sbadia avatar uzer avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

formations's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.