https://github.com/eficode-academy/devops-academy
Agenda and materials for CoDe Academy
https://github.com/eficode-academy/devops-academy
Last synced: 2 months ago
JSON representation
Agenda and materials for CoDe Academy
- Host: GitHub
- URL: https://github.com/eficode-academy/devops-academy
- Owner: eficode-academy
- License: mit
- Created: 2017-06-10T12:41:49.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-04T12:13:57.000Z (over 5 years ago)
- Last Synced: 2025-01-11T21:23:05.562Z (4 months ago)
- Homepage:
- Size: 65.4 KB
- Stars: 15
- Watchers: 12
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Trondheim CoDe Academy 2019
Agenda and materials for the 2019 versions of CoDe Academy
## General stuff
### WIFI Access
SSID: Eduroam or NTNUGuest### Slack
You can access the CoDe Academy slack here: [codeacademytronheim2019](https://join.slack.com/t/codeacademytr-b4a3814/shared_invite/enQtNjYxODE3OTgwODcxLTllNjBlN2QxMmVkY2VkNjg0NGM3MThmNGFhNmNmNjdiMzFlNTRkNTJmODkxMzhkZWVjNDJmNTUxMjFjNTJkODI)### Installation
Git: [git-scm.com](https://git-scm.com/)## Day 1
### Agenda
* Welcome
* Introduction to Continuous Delivery [Slides](https://docs.google.com/presentation/d/e/2PACX-1vRQRsg9TsPIJvvsT4_lPWL_Dy12OcZSL7P1PH6IkgWwRgrWCCkRxjFBVtzE0cz4qx0jgA5p0d2iELN7/pub?start=false&loop=false&delayms=3000)
* Lego game [Slides](http://code.praqma.com/reveals/code-academy/lego-scrum/#/)
* Lunch
* Lego game
* Git Basics [Slides](https://docs.google.com/presentation/d/e/2PACX-1vR4S2EGAxtOB8LQCJ1ivCupcJPD5_K02cYFzb5AwOMKnzLSBOMWyrID0-XDEWKfoSKaEQMPYOWCBNQM/pub?start=false&loop=false&delayms=3000) |[Slides2](https://docs.google.com/presentation/d/e/2PACX-1vQpT2k4Jmmc6QXJEhHnUfJsoeBlFsdybf3JtDH-kh1QnHxKdrDZYo938raim1D2usjsxMd3mT-_H2dg/pub?start=false&loop=false&delayms=3000)| [exercises](https://github.com/praqma-training/git-katas)
* Xtra: Problem solving## Day 2
### Agenda
* Recap
* Testing
* Git 2
* Lunch
* Docker [Slides](https://docs.google.com/presentation/d/16L0o2AxeWzqiy1NjIVydX-oT48gMZFCVQLkDPqE8KuY/present) | [Exercises](https://github.com/praqma-training/docker-katas)## Day 3
### Agenda
* Recap
* Docker 2
* Lunch
* Jenkins## Day 4
### Agenda* 9.00 Bringing it all together
* 12.00 Lunch
* 13.00 Bringing it all together
* 15.00 Show off and evaluation
* 16.00 Socializing, thanks for this time!# AWS Setup
* Download the user file.
* Unpack the users.zip
* Go into the user number you have chosen with Git bash for windows, and the terminal for UNIX
* There will be three files: `docker-1.txt`,`user-lab.pem`, and `user-lab.ppk`
* `docker-1.txt`: will have the IP address of the AWS instance. You need it to log into the server.
* both `user-lab` files are private key files to use to log into your instance
* To log in, execute: `ssh -i user-lab.pem ubuntu@` to log into your server