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
600
[2020.09 Meetup] [Talk] Pranjal Deo - Engineering Reliable Mobile Applications
devopslx
0
86
[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
520
[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
要件定義・デザインフェーズでもAIを活用して、コミュニケーションの密度を高める
kazukihayase
0
120
[ JAWS-UG 東京 CommunityBuilders Night #2 ]SlackとAmazon Q Developerで 運用効率化を模索する
sh_fk2
3
440
AIエージェントで90秒の広告動画を制作!台本・音声・映像・編集をつなぐAWS最新アーキテクチャの実践
nasuvitz
0
190
ブロックテーマ時代における、テーマの CSS について考える Toro_Unit / 2025.09.13 @ Shinshu WordPress Meetup
torounit
0
130
Autonomous Database - Dedicated 技術詳細 / adb-d_technical_detail_jp
oracle4engineer
PRO
4
10k
実践!カスタムインストラクション&スラッシュコマンド
puku0x
0
450
CDK CLIで使ってたあの機能、CDK Toolkit Libraryではどうやるの?
smt7174
4
190
職種の壁を溶かして開発サイクルを高速に回す~情報透明性と職種越境から考えるAIフレンドリーな職種間連携~
daitasu
0
170
EncryptedSharedPreferences が deprecated になっちゃった!どうしよう! / Oh no! EncryptedSharedPreferences has been deprecated! What should I do?
yanzm
0
430
TS-S205_昨年対比2倍以上の機能追加を実現するデータ基盤プロジェクトでのAI活用について
kaz3284
1
180
2025年になってもまだMySQLが好き
yoku0825
8
4.8k
5年目から始める Vue3 サイト改善 #frontendo
tacck
PRO
3
220
Featured
See All Featured
Stop Working from a Prison Cell
hatefulcrawdad
271
21k
Docker and Python
trallard
46
3.6k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
23
1.4k
Code Reviewing Like a Champion
maltzj
525
40k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
What’s in a name? Adding method to the madness
productmarketing
PRO
23
3.7k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
The World Runs on Bad Software
bkeepers
PRO
70
11k
The Straight Up "How To Draw Better" Workshop
denniskardys
236
140k
Side Projects
sachag
455
43k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.4k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
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