Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 788 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 788 Bytes

Agile Development & DevOps

Slide presentations used to teach agile development and devops engineering.

Publishing slides

Slides are auto-generated from the materials in the slides folder using Git Pages.

Running locally

The code in this repository is used to generate the course website using jekyll and continuously deploy it using GitHub Pages.

It is possible to run the website locally on your own machine.

  • Assuming Ruby is installed...
  • Install Jekyll globally
  • Install the dependencies listed in the Gemfile by running the command, bundle.
  • run bundle exec jekyll serve or simply jekyll serve if that doesn't work.