presentacion openshift by redhat

21
José Pino

Upload: jose-pino

Post on 16-Apr-2017

249 views

Category:

Internet


1 download

TRANSCRIPT

Page 1: Presentacion OpenShift by RedHat

José Pino

Page 2: Presentacion OpenShift by RedHat

Plataforma como servicioApplication Developers

Network Architects

App. Developers

Usuarios finales

Page 3: Presentacion OpenShift by RedHat
Page 4: Presentacion OpenShift by RedHat

Sitio web actualPrimer lanzamiento en Mayo de 2011

Page 5: Presentacion OpenShift by RedHat

FeaturesJava, Ruby, Node.js, Python, PHP, MySQL, PostgreSQL,

MongoDB, SQLite, etc.

Page 6: Presentacion OpenShift by RedHat

TemplatesDjango, Drupal, Ghost, Java EE, Redmine, WordPress,

Tomcat, MEAN, WildFly, Redis, etc.

Page 7: Presentacion OpenShift by RedHat

Middleware ServicesJBoss, y otros productos RedHat

Page 8: Presentacion OpenShift by RedHat

Pay as you goFree con hasta 3 aplicaciones. Los planes de pago

permiten escalar y pagar por consumo.

Page 9: Presentacion OpenShift by RedHat

Contenedores seguros Cada gear tiene asignado CPU, memoria, etc.

Page 10: Presentacion OpenShift by RedHat

Disponible físicamente Otras opciones como OpenShift Dedicated

Page 11: Presentacion OpenShift by RedHat

Startup ProgramBeneficios para emprendimientos

Page 12: Presentacion OpenShift by RedHat

Creación de cuentaEs el primer paso para empezar a utilizar el servicio.

Page 13: Presentacion OpenShift by RedHat
Page 14: Presentacion OpenShift by RedHat

Herramientasrhc, git, ruby

Page 15: Presentacion OpenShift by RedHat

Instalando rhcRed Hat Cloud, compatible con Linux, Windows y Mac.

Page 16: Presentacion OpenShift by RedHat

Ubuntu/Debian (BackBox Linux)

• $ sudo apt-get install ruby-full

• $ sudo apt-get install rubygems

• $ sudo apt-get install git-core

• $ sudo gem install rhc

Page 17: Presentacion OpenShift by RedHat

rhc setupServer hostname, token, namespace

Page 18: Presentacion OpenShift by RedHat

Directorio .openshift

• En ubuntu se crea un directorio .openshift automáticamente luego del rhc setup

• Dentro de .openshift hay:

• express.conf

• token_ZRrr6… Archivo de token

Page 19: Presentacion OpenShift by RedHat

Creando la primera Apprhc app create [nombre] [tipo_aplicacion]

Page 20: Presentacion OpenShift by RedHat

Directorio local de la AppCrea y prepara el entorno (git + openshift)

Page 21: Presentacion OpenShift by RedHat

¡Listo!Creamos localmente archivos y luego git push para

subir