Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions solutions/2to5.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
oc new-project coolstore-XX
oc project coolstore-XX
oc policy add-role-to-user view -n coolstore-XX -z default
chmod 777 ./labs/solutions/lab-2/solve.sh
./labs/solutions/lab-2/solve.sh
chmod 777 ./labs/solutions/lab-3/solve.sh
./labs/solutions/lab-3/solve.sh
chmod 777 ./labs/solutions/lab-4/solve.sh
./labs/solutions/lab-4/solve.sh
oc new-app nodejs:8~https://github.com/nmoctezum/cloud-native-labs.git#nmoctezum-patch-1 --context-dir=web-nodejs --name=web
oc expose svc/web
2 changes: 1 addition & 1 deletion web-nodejs/bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"resolutions": {
"angular": "1.5.10",
"jquery": "3.4.1",
"jquery": "3.5.1",
"bootstrap": "~3.3.7"
}
}