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
54
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
35
Continuous Integration, Deployment and Delivery
jmwai
0
36
Growing your Product with Google Cloud Platform
jmwai
1
51
Modern Web Deployment
jmwai
3
280
Introduction to Google Cloud Platform
jmwai
1
68
DevOps-Andela
jmwai
0
130
Trends and Opportunities in Mobile Web (2014)
jmwai
0
30
AroundMe App for Nokia devices
jmwai
0
46
Other Decks in Technology
See All in Technology
オブザーバビリティと育てた ID管理・認証認可基盤の歩み / The Journey of an ID Management, Authentication, and Authorization Platform Nurtured with Observability
kaminashi
2
1.6k
初海外がre:Inventだった人間の感じたこと
tommy0124
1
180
AIの個性を理解し、指揮する
shoota
3
610
IBC 2025 動画技術関連レポート / IBC 2025 Report
cyberagentdevelopers
PRO
2
240
プロダクト開発と社内データ活用での、BI×AIの現在地 / Data_Findy
sansan_randd
1
760
AIがコードを書いてくれるなら、新米エンジニアは何をする? / komekaigi2025
nkzn
24
16k
Raycast AI APIを使ってちょっと便利なAI拡張機能を作ってみた
kawamataryo
0
230
CLIPでマルチモーダル画像検索 →とても良い
wm3
2
760
日本のソブリンAIを支えるエヌビディアの生成AIエコシステム
acceleratedmu3n
0
110
Boxを“使われる場”にする統制と自動化の仕組み
demaecan
0
100
累計5000万DLサービスの裏側 – LINEマンガのKotlinで挑む大規模 Server-side ETLの最適化
ldf_tech
0
130
abema-trace-sampling-observability-cost-optimization
tetsuya28
0
440
Featured
See All Featured
How to train your dragon (web standard)
notwaldorf
97
6.3k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
Scaling GitHub
holman
463
140k
A Tale of Four Properties
chriscoyier
161
23k
Side Projects
sachag
455
43k
Measuring & Analyzing Core Web Vitals
bluesmoon
9
650
How GitHub (no longer) Works
holman
315
140k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
35
3.2k
Designing for humans not robots
tammielis
254
26k
Code Reviewing Like a Champion
maltzj
526
40k
Leading Effective Engineering Teams in the AI Era
addyosmani
7
680
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
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