Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
[2017.09 Special Meetup #17] [DEMO] Jose Quares...
Search
DevOps Lisbon
September 25, 2017
Technology
0
75
[2017.09 Special Meetup #17] [DEMO] Jose Quaresma - Hands-on with OpenShift
DevOps Lisbon
September 25, 2017
Tweet
Share
More Decks by DevOps Lisbon
See All by DevOps Lisbon
[2020.11 Meetup] Lisa Crispin - Testing in DevOps
devopslx
0
79
[2020.10 Meetup][TALK] Andrey Budzar - How Linedata Streamlined CI/CD and Optimized Cloud Spend
devopslx
1
590
[2020.09 Meetup] [Talk] Pranjal Deo - Engineering Reliable Mobile Applications
devopslx
0
85
[2020.07 Meetup] [INTRO] DevOps Lisbon
devopslx
0
130
[2020.07 Meetup] [Talk] May Poppendieck - Six Decades of Software Engineering
devopslx
0
190
[2020.06 Meetup] [INTRO] DevOps Lisbon
devopslx
1
110
[2020.06 Meetup] [Talk] Patrick Debois - Trust Me, We're Doing DevSecOps
devopslx
2
510
[2020.05 Meetup] [Talk#1] João Tiago - Load testing UK’s biggest food publisher using AWS & Artillery
devopslx
0
130
[2020.05 Meetup] [Talk#2] Miguel Palhas - Automating your Way to Confidence
devopslx
1
110
Other Decks in Technology
See All in Technology
LIXIL基幹システム刷新に立ち向かう技術的アプローチについて
tsukuha
1
250
名刺メーカーDevグループ 紹介資料
sansan33
PRO
0
820
TLSから見るSREの未来
atpons
2
300
CDK Vibe Coding Fes
tomoki10
1
610
Contributing to Rails? Start with the Gems You Already Use
yahonda
2
120
クラウド開発の舞台裏とSRE文化の醸成 / SRE NEXT 2025 Lunch Session
kazeburo
1
550
三視点LLMによる複数観点レビュー
mhlyc
0
200
AI エージェントと考え直すデータ基盤
na0
20
7.7k
ポストコロナ時代の SaaS におけるコスト削減の意義
izzii
1
450
Figma Dev Mode MCP Serverを用いたUI開発
zoothezoo
0
210
american aa airlines®️ USA Contact Numbers: Complete 2025 Support Guide
aaguide
0
500
united airlines ™®️ USA Contact Numbers: Complete 2025 Support Guide
flyunitedhelp
1
470
Featured
See All Featured
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
21
1.3k
Gamification - CAS2011
davidbonilla
81
5.4k
[RailsConf 2023] Rails as a piece of cake
palkan
55
5.7k
Product Roadmaps are Hard
iamctodd
PRO
54
11k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
32
2.4k
Stop Working from a Prison Cell
hatefulcrawdad
271
21k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
282
13k
Done Done
chrislema
184
16k
Optimizing for Happiness
mojombo
379
70k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
The Straight Up "How To Draw Better" Workshop
denniskardys
235
140k
How to train your dragon (web standard)
notwaldorf
96
6.1k
Transcript
HIFT Jose Quaresma (DevOps Lead DK) September 25, 2017 OPENS
HANDS-ON WITH
OpenShift 0 to CI/CD in 15 minutes
Copyright 2017 Accenture. All rights reserved. 3 SETTING UP OPENSHIFT
Start new Fedora 26 x64 instance 8Gb Ram is a good idea
Copyright 2017 Accenture. All rights reserved. 4 SETTING UP OPENSHIFT
Install Docker & other requirements systemctl start docker dnf install -y docker wget docker run hello-world vi /etc/sysconfig/docker INSECURE_REGISTRY='--insecure-registry 172.30.0.0/16'
Copyright 2017 Accenture. All rights reserved. 5 SETTING UP OPENSHIFT
wget https://github.com/openshift/origin/releases/download/v1 .5.1/openshift-origin-client-tools-v1.5.1-7b451fc-linux- 64bit.tar.gz tar -zxvf openshift-*.tar.gz Download oc command cd openshift-origin-…
Copyright 2017 Accenture. All rights reserved. 6 SETTING UP OPENSHIFT
Start OpenShift ./oc cluster up
Copyright 2017 Accenture. All rights reserved. 7 SETTING UP OPENSHIFT
Small node.js app CI/CD Demo https://github.com/openshift/nodejs-ex