openshift powerpoint presentation slides

19
1 Getting Started with OpenShift Sign up code CodeChixRock Steven Citron-Pousty PaaS Dust Spreader, Red Hat @TheSteve0

Upload: doananh

Post on 11-Feb-2017

230 views

Category:

Documents


4 download

TRANSCRIPT

Page 1: OpenShift PowerPoint Presentation Slides

1

Getting Started with OpenShift

Sign up code CodeChixRock

Steven Citron-PoustyPaaS Dust Spreader, Red Hat

@TheSteve0

Page 2: OpenShift PowerPoint Presentation Slides

2

Agenda• Learn a little about OpenShift• See it demo’ed• Let you ask questions

If you sign up please use the code: codechixrock

Page 3: OpenShift PowerPoint Presentation Slides

3

Basics of the Web

Page 4: OpenShift PowerPoint Presentation Slides

4

Think of it like

Mail, Fedex, FAX, email, carrier pigeon….

You send a letterSomeone receives itSends you a response

Page 5: OpenShift PowerPoint Presentation Slides

5

Old School

Setup a server somewherePay money to host itConfigure the software Spend days troubleshooting the configurationPay someone to maintain itFigure out how to deployWrite code and finally build your site

Page 6: OpenShift PowerPoint Presentation Slides

6Cook24v on Flickr

Page 7: OpenShift PowerPoint Presentation Slides

7

Watch how fast I bring up Wordpress!

Page 8: OpenShift PowerPoint Presentation Slides

8

Kind of like Amazon, right? Nope.

Page 9: OpenShift PowerPoint Presentation Slides

9

What’s supported?

Page 10: OpenShift PowerPoint Presentation Slides

10

Page 11: OpenShift PowerPoint Presentation Slides

11

Looks great, but what’s the catch?• OpenShift is free-as-in-beer & free-as-in-freedom • Three gears – 1.5 gig RAM, 3 gig Disk (always free)• Need more resources, just ask!• The Catch is we are in developer preview right now

Page 12: OpenShift PowerPoint Presentation Slides

12 Dalbera on Flickr

Page 13: OpenShift PowerPoint Presentation Slides

13 Enough Talk – let’s code

Page 14: OpenShift PowerPoint Presentation Slides

14

You need to know GIT (but only a little bit)

Page 15: OpenShift PowerPoint Presentation Slides

15

Repositories (repos) and moving files between themYour laptop Your OpenShift gear

Local RepositoryRemote Repository

1. Git clone

2. Write your code

3. Git commit and git add

4. Git push

Page 16: OpenShift PowerPoint Presentation Slides

16

Actual commands to useYour laptop Your OpenShift gear

Local RepositoryRemote Repository

1. git clone <your git url>

2. Write your code

3. For existing files: git commit –am “ your message” For new files: git add .

4. git push

Page 17: OpenShift PowerPoint Presentation Slides

17

Page 18: OpenShift PowerPoint Presentation Slides

18

Where Next?

Page 19: OpenShift PowerPoint Presentation Slides

19

1. Openshift makes life great for devs

2. The tools are easy to use

3. Almost anything you need on a server

4. Did I mention – Free

Conclusion

If you sign up please use the code: codechixrock

#openshift on freenode