diff --git a/content/classes/devops.md b/content/classes/devops.md new file mode 100644 index 0000000..8a4255d --- /dev/null +++ b/content/classes/devops.md @@ -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." +>}}