Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/predmijat/realworlddevopscourse
Accompanying files for "Real world Devops project from start to finish" course
https://github.com/predmijat/realworlddevopscourse
ansible borgbackup certbot cicd course devops docker docker-compose gitlab linux lxc mail nextcloud python self-hosting startup traefik wireguard zulip
Last synced: about 1 month ago
JSON representation
Accompanying files for "Real world Devops project from start to finish" course
- Host: GitHub
- URL: https://github.com/predmijat/realworlddevopscourse
- Owner: predmijat
- License: bsd-2-clause
- Created: 2022-11-10T19:01:39.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-14T21:59:53.000Z (about 2 months ago)
- Last Synced: 2024-09-27T06:20:48.622Z (about 2 months ago)
- Topics: ansible, borgbackup, certbot, cicd, course, devops, docker, docker-compose, gitlab, linux, lxc, mail, nextcloud, python, self-hosting, startup, traefik, wireguard, zulip
- Language: Shell
- Homepage: https://sre.rs
- Size: 2.29 MB
- Stars: 246
- Watchers: 7
- Forks: 33
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Real world DevOps project from start to finish
These are the accompanying files for the the DevOps course I've created.
There should always be a 85% OFF coupon over at [sre.rs](https://sre.rs),
but you should also check if Udemy is offering a better discount at that moment.All details are available on [Udemy](https://www.udemy.com/course/real-world-devops-project-from-start-to-finish/?referralCode=9AC467077593D22878A2) page, and I encourage you to watch the
"free preview" videos before purchasing the course. You can watch around 30 minutes for free, which should be enough to figure out if you like it or not.#### Errata
Each directory contains `errata.md` so be sure to check that out.
#### Slides
You probably don't need this since all links are available on Udemy in video's "Resources" tab, but if you want to view the slides (`presentation.slide`), you'll need Go's [present](https://pkg.go.dev/golang.org/x/tools/present) package.
Install [Go](https://go.dev/).
Install `present` package:
`go install golang.org/x/tools/cmd/present@latest``cd` into the directory where you've cloned this repository and run `present`.
#### Contributing
I'll probably accept only spelling corrections, wrong file names or similar, or if something affects security. The idea is not to deviate from the material in the videos.
Happy learning!