Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions content/classes/devops.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
title: DevOps
draft: false
menu: top # We might want to move it under its own menu
---

Every website sits on a server.

The people who put the websites online and maintain them are are called DevOps
(Development/Operations).

This course will introduce you to the tools and practices of making sure your
website stays online and is easy to maintain.

We will cover processes such as:

- Managing the code of the website / webapp using Git
- Deploying code to servers
- Using Linux and the terminal
- Server administration
- Automation
- Open Source and its benefits

This course is suitable for everybody.

{{< quote note
"Did you know?"
"This website is open source and uses Git and automation to generate all the pages and keep itself up to date. Take a look at the bottom of the page to learn more."
>}}