Skip to content

devops-cloud-courses/devops-in-a-nutshell

 
 

Repository files navigation

DevOps course

This repo contains a reveal.js presentation about DevOps. To visualize this presentation, go here: https://cours-ece.github.io/devops-in-a-nutshell You can also clone this repo and expose static pages through your favorite web server.

This course is open source. You can use it freely.

Table of content

  • Introduction
  • Chapter one

See this course locally with docker

docker build -t course .
docker run -d --rm -p 80:8080 --name=course course
  • After a few seconds, you can see the slides on http://localhost
  • When you want to stop the instance, run:
docker stop course

Print this course to pdf (only in chrome and chromium)

  • Click on this link
  • Then CTRL+P on the generated page
  • Change the following settings
Setting Value
Destination Save as PDF
Pages All
Pages per sheet 1
Margins Default
Options Background graphics
  • Click on save

Edit this course

For any question about Reveal.js usage, read Reveal Documentation

Feel free to submit as many pull request as you wish !

About

View live presentation here:

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 56.1%
  • CSS 20.2%
  • HTML 14.4%
  • SCSS 9.3%