Upgrade to Pro — share decks privately, control downloads, hide ads and more …

[2017.09 Special Meetup #17] [DEMO] Jose Quares...

DevOps Lisbon
September 25, 2017

[2017.09 Special Meetup #17] [DEMO] Jose Quaresma - Hands-on with OpenShift

DevOps Lisbon

September 25, 2017
Tweet

More Decks by DevOps Lisbon

Other Decks in Technology

Transcript

  1. Copyright 2017 Accenture. All rights reserved. 3 SETTING UP OPENSHIFT

    Start new Fedora 26 x64 instance 8Gb Ram is a good idea
  2. 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'
  3. 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-…
  4. Copyright 2017 Accenture. All rights reserved. 7 SETTING UP OPENSHIFT

    Small node.js app CI/CD Demo https://github.com/openshift/nodejs-ex