Agenda and materials for the 2019 versions of CoDe Academy
SSID: Eduroam or NTNUGuest
You can access the CoDe Academy slack here: codeacademytronheim2019
Git: git-scm.com
- Welcome
- Introduction to Continuous Delivery Slides
- Lego game Slides
- Lunch
- Lego game
- Git Basics Slides |Slides2| exercises
- Xtra: Problem solving
- Recap
- Docker 2
- Lunch
- Jenkins
- 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!
- 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>-lab
files 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