-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathassignment.txt
90 lines (61 loc) · 1.64 KB
/
assignment.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
task-8 dec
Activity 1
Step1: create a local repo
step2: create 3 files in main branch
step3: create repo in git hub
step4: push changes on git hub
activity 2
study what is different ways of git hub cloning from authentication prospective.
1.https
2.ssh
9 dec
activity 3
try commands
1.git diff
2.git stash
3.git revert
activity 4
try all commands from this git cheat sheet https://education.github.com/git-cheat-sheet-education.pdf
activity 5
find difference between git clone and fork command
14 dec
activity6
find difference between EAR,JAR,WAR
activity 7
read the article and if possible setup jenkins on aws,azure,local
aws: https://www.jenkins.io/doc/tutorials/tutorial-for-installing-jenkins-on-AWS/
azure: https://learn.microsoft.com/en-us/azure/developer/jenkins/configure-on-linux-vm
activity 8
check and create a list of compilers for all programming languages
nodejs-
dot net-
java-
python-
ruby-
activity 9
create vm on any cloud service provider and install maven
activity 10
ci pipeline for terraform on jenkins to create 1 vm
Activity 11
create ansible playbook
task1: you have to install ngnix on group1
task2: install tomcat on group2
group1: 1vm
group2:1 vm
when you will hit ip address of group1 server it should show hello world group1
when you will hit ip address of group2 server it should show hello world group2
Activity 12 try below docker commands
docker pull
docker images
docker run -it -d
docker docker ps
docker ps -a
docker exec -it "container id" bash
docker stop
docker kill
docker rm
docker rmi
Activity 13
docker volumes of each type
hand on for docker linking
create more docker files and try different commands