moritzheiber / devops-at-thoughtworks-presentation

A brief and by no means representative presentation about DevOps and what it means at/to ThoughtWorks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Presentation about DevOps at ThoughtWorks

This is a brief and by no means representative presentation about DevOps and what it means at/to ThoughtWorks.

Tools

This presentation is done in RemarkJS. To navigate around the slides use either space, left-arrow or right-arrow. To see my notes press p for presenter mode. Other useful shortcuts are c (cloning + linking your current view) and b (blanking the current view).

Docker container

You can easily run this presentation by issuing the following command:

$ docker run --rm -p8000:8000 moritzheiber/devops-at-thoughtworks-presentation

It should then be available at http://localhost:8000.

Local webserver

There's a Rakefile which starts a tine, built-in Ruby-based webserver. To use it, run:

$ bundle install --path vendor/bundle
$ bundle exec rake webserver

You can then browse through this presentation at http://localhost:8000.

Disclaimer

The image Climbing_in_Lei_Pi_Shan_-_Yangshuo,_China.png is a derivative work under CC BY-SA 2.0, original author Maria Ly.

All other images, if not mentioned directly within the image or on the slide(s), are either owned by ThoughtWorks Inc. or me.

About

A brief and by no means representative presentation about DevOps and what it means at/to ThoughtWorks

License:MIT License


Languages

Language:HTML 94.3%Language:Ruby 3.1%Language:Dockerfile 2.6%