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
Entornos de producción
Search
David Sánchez Jiménez
March 15, 2017
Programming
0
140
Entornos de producción
Como montar un entorno de producción con tecnología de Google Cloud
David Sánchez Jiménez
March 15, 2017
Tweet
Share
More Decks by David Sánchez Jiménez
See All by David Sánchez Jiménez
Google Summer of Code 2018
dasaji
0
44
Raspberry Jam
dasaji
0
57
Actions on Google
dasaji
0
22
AIY Project, la rebelión de las cajas
dasaji
0
74
AIY Project, el día que le hablé a una caja
dasaji
0
59
Google Summer of Code 2017
dasaji
0
65
Other Decks in Programming
See All in Programming
ユーザーも開発者も悩ませない TV アプリ開発 ~Compose の内部実装から学ぶフォーカス制御~
taked137
0
190
@Environment(\.keyPath)那么好我不允许你们不知道! / atEnvironment keyPath is so good and you should know it!
lovee
0
130
はじめてのMaterial3 Expressive
ym223
2
900
AI時代のUIはどこへ行く?
yusukebe
18
9.1k
さようなら Date。 ようこそTemporal! 3年間先行利用して得られた知見の共有
8beeeaaat
3
1.5k
Android 16 × Jetpack Composeで縦書きテキストエディタを作ろう / Vertical Text Editor with Compose on Android 16
cc4966
2
270
今だからこそ入門する Server-Sent Events (SSE)
nearme_tech
PRO
3
260
もうちょっといいRubyプロファイラを作りたい (2025)
osyoyu
1
460
デザイナーが Androidエンジニアに 挑戦してみた
874wokiite
0
550
The Past, Present, and Future of Enterprise Java with ASF in the Middle
ivargrimstad
0
180
Putting The Genie in the Bottle - A Crash Course on running LLMs on Android
iurysza
0
140
AIを活用し、今後に備えるための技術知識 / Basic Knowledge to Utilize AI
kishida
22
5.9k
Featured
See All Featured
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
61k
Speed Design
sergeychernyshev
32
1.1k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Become a Pro
speakerdeck
PRO
29
5.5k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
The Language of Interfaces
destraynor
161
25k
How to train your dragon (web standard)
notwaldorf
96
6.2k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
46
7.6k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
52
5.6k
Scaling GitHub
holman
463
140k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
30
9.7k
Transcript
Entornos de producción David Sánchez Jiménez @Koltharius
Imagina que quieres... Montar un servicio web Imagina...
None
None
None
None
None
None
None
¿Entonces qué vamos a hacer?
¿Entonces qué vamos a hacer?
Instalación
None
None
None
None
None
None
None
Una vez creada la instancia de VM nos conectamos con
SSH
Una vez creada la instancia de VM nos conectamos con
SSH
Una vez creada la instancia de VM nos conectamos con
SSH
En la terminal SSH ejecutamos los siguientes comandos: • sudo
apt-get update • sudo apt-get install apache2 php • sudo sh -c 'echo "<?php phpinfo();?>" > /var/www/html/phpinfo.php' • sudo apt-get install mysql-server php-mysql php-pear • sudo mysql_secure_installation
Cuando terminemos de instalar comprobamos que apache está corriendo
Creación de una zona DNS
None
None
None
None
None
Perfecto ya esta todo montado ¿Y ahora qué?
Perfecto ya esta todo montado ¿Y ahora qué?
Balanceador de carga
None
None
None
None
None
None
None
None
None
None
None
Muchas Gracias ¿Preguntas? (No por Dios) @Koltharius