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
77
[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
80
[2020.10 Meetup][TALK] Andrey Budzar - How Linedata Streamlined CI/CD and Optimized Cloud Spend
devopslx
1
600
[2020.09 Meetup] [Talk] Pranjal Deo - Engineering Reliable Mobile Applications
devopslx
0
89
[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
530
[2020.05 Meetup] [Talk#1] João Tiago - Load testing UK’s biggest food publisher using AWS & Artillery
devopslx
0
140
[2020.05 Meetup] [Talk#2] Miguel Palhas - Automating your Way to Confidence
devopslx
1
110
Other Decks in Technology
See All in Technology
ざっくり学ぶ 『エンジニアリングリーダー 技術組織を育てるリーダーシップと セルフマネジメント』 / 50 minute Engineering Leader
iwashi86
9
4.4k
AWS re:Invent 2025事前勉強会資料 / AWS re:Invent 2025 pre study meetup
kinunori
0
1.1k
SREのキャリアから経営に近づく - Enterprise Risk Managementを基に -
shonansurvivors
1
730
データエンジニアとして生存するために 〜界隈を盛り上げる「お祭り」が必要な理由〜 / data_summit_findy_Session_1
sansan_randd
1
960
初海外がre:Inventだった人間の感じたこと
tommy0124
1
190
Oracle Database@Google Cloud:サービス概要のご紹介
oracle4engineer
PRO
0
430
Data Engineering Guide 2025 #data_summit_findy by @Kazaneya_PR / 20251106
kazaneya
PRO
7
1.2k
ピープルウエア x スタートアップ
operando
1
3.3k
Raycast AI APIを使ってちょっと便利なAI拡張機能を作ってみた
kawamataryo
1
250
進化する大規模言語モデル評価: Swallowプロジェクトにおける実践と知見
chokkan
PRO
3
460
AIエージェントを導入する [ 社内ナレッジ活用編 ] / Implement AI agents
glidenote
1
200
触れるけど壊れないWordPressの作り方
masakawai
0
660
Featured
See All Featured
GraphQLとの向き合い方2022年版
quramy
49
14k
How to Think Like a Performance Engineer
csswizardry
27
2.2k
Building a Modern Day E-commerce SEO Strategy
aleyda
44
8k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.5k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
253
22k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
Thoughts on Productivity
jonyablonski
72
4.9k
Being A Developer After 40
akosma
91
590k
Agile that works and the tools we love
rasmusluckow
331
21k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
36
6.1k
Navigating Team Friction
lara
190
15k
Music & Morning Musume
bryan
46
6.9k
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