DevOps-academy
DevOps-academy copied to clipboard
Agenda and materials for CoDe Academy
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
Installation
Git: git-scm.com
Day 1
Agenda
- Welcome
- Introduction to Continuous Delivery Slides
- Lego game Slides
- Lunch
- Lego game
- Git Basics Slides |Slides2| exercises
- Xtra: Problem solving
Day 2
Agenda
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<number>-lab.pem, anduser<number>-lab.ppk docker-1.txt: will have the IP address of the AWS instance. You need it to log into the server.- both
user<number>-labfiles are private key files to use to log into your instance - To log in, execute:
ssh -i user<number>-lab.pem ubuntu@<ip>to log into your server