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
Running a Rails app on Google App Engine Flexbl...
Search
James Mwai
December 08, 2016
Technology
0
50
Running a Rails app on Google App Engine Flexble Environment.
James Mwai
December 08, 2016
Tweet
Share
More Decks by James Mwai
See All by James Mwai
Continuous Integration and Delivery
jmwai
0
33
Continuous Integration, Deployment and Delivery
jmwai
0
35
Growing your Product with Google Cloud Platform
jmwai
1
48
Modern Web Deployment
jmwai
3
270
Introduction to Google Cloud Platform
jmwai
1
67
DevOps-Andela
jmwai
0
130
Trends and Opportunities in Mobile Web (2014)
jmwai
0
29
AroundMe App for Nokia devices
jmwai
0
43
Other Decks in Technology
See All in Technology
管理者しか知らないOutlookの裏側のAIを覗く#AzureTravelers
hirotomotaguchi
2
320
表現を育てる
kiyou77
1
200
『衛星データ利用の方々にとって近いようで触れる機会のなさそうな小話 ~ 衛星搭載ソフトウェアと衛星運用ソフトウェア (実物) を動かしながらわいわいする編 ~』 @日本衛星データコミニティ勉強会
meltingrabbit
0
140
飲食店予約台帳を支えるインタラクティブ UI 設計と実装
siropaca
7
1.6k
開発組織のための セキュアコーディング研修の始め方
flatt_security
3
1.4k
『AWS Distinguished Engineerに学ぶ リトライの技術』 #ARC403/Marc Brooker on Try again: The tools and techniques behind resilient systems
quiver
0
140
RECRUIT TECH CONFERENCE 2025 プレイベント【高橋】
recruitengineers
PRO
0
120
7日間でハッキングをはじめる本をはじめてみませんか?_ITエンジニア本大賞2025
nomizone
2
1.7k
トラシューアニマルになろう ~開発者だからこそできる、安定したサービス作りの秘訣~
jacopen
2
1.8k
PL900試験から学ぶ Power Platform 基礎知識講座
kumikeyy
0
120
リーダブルテストコード 〜メンテナンスしやすい テストコードを作成する方法を考える〜 #DevSumi #DevSumiB / Readable test code
nihonbuson
11
6.8k
オブザーバビリティの観点でみるAWS / AWS from observability perspective
ymotongpoo
8
1.3k
Featured
See All Featured
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
45
2.3k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
666
120k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
49
2.3k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
9
430
Being A Developer After 40
akosma
89
590k
Statistics for Hackers
jakevdp
797
220k
Imperfection Machines: The Place of Print at Facebook
scottboms
267
13k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
330
21k
How STYLIGHT went responsive
nonsquared
98
5.4k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
132
33k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
12
960
Docker and Python
trallard
44
3.3k
Transcript
None
None
None
None
None
None
None
None
None
None
None
None
Environment Variables in app.yaml env_variables: MY_VAR_ONE: 'my value one' MY_VAR_TWO:
'my value two' MY_VAR_THREE: 'my value three'
Install and Deploy gem install gcloud
Install and Deploy gem install gcloud gcloud auth login
Install and Deploy gem install gcloud gcloud auth login gcloud
app deploy
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
Recap • Appengine is no ops service that allows you
to run your app the way Google runs most of internal services. • Easy to configure for Ruby • A host of scalable managed storage services • Managed Caching • Managed Pub/Sub • Managed logging and monitoring
None