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
46
Raspberry Jam
dasaji
0
57
Actions on Google
dasaji
0
23
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
GC25 Recap: The Code You Reviewed is Not the Code You Built / #newt_gophercon_tour
mazrean
0
120
開発組織の戦略的な役割と 設計スキル向上の効果
masuda220
PRO
10
1.7k
モテるデスク環境
mozumasu
3
1.3k
bootcamp2025_バックエンド研修_WebAPIサーバ作成.pdf
geniee_inc
0
140
AkarengaLT vol.38
hashimoto_kei
1
130
三者三様 宣言的UI
kkagurazaka
0
250
フロントエンド開発のためのブラウザ組み込みAI入門
masashi
7
3.6k
チームの境界をブチ抜いていけ
tokai235
0
230
Cursorハンズオン実践!
eltociear
2
1.2k
Claude Agent SDK を使ってみよう
hyshu
0
1.4k
はじめてのDSPy - 言語モデルを『プロンプト』ではなく『プログラミング』するための仕組み
masahiro_nishimi
4
16k
釣り地図SNSにおける有料機能の実装
nokonoko1203
0
200
Featured
See All Featured
GitHub's CSS Performance
jonrohan
1032
470k
Visualization
eitanlees
149
16k
A Tale of Four Properties
chriscoyier
161
23k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
21
1.2k
Typedesign – Prime Four
hannesfritz
42
2.8k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
359
30k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
230
22k
Context Engineering - Making Every Token Count
addyosmani
8
310
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
116
20k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
55
3k
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