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
53
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
50
Modern Web Deployment
jmwai
3
270
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
45
Other Decks in Technology
See All in Technology
サラリーマンの小遣いで作るtoCサービス - Cloudflare Workersでスケールする開発戦略
shinaps
2
410
自作JSエンジンに推しプロポーザルを実装したい!
sajikix
1
170
5年目から始める Vue3 サイト改善 #frontendo
tacck
PRO
3
220
Agile PBL at New Grads Trainings
kawaguti
PRO
1
400
5分でカオスエンジニアリングを分かった気になろう
pandayumi
0
220
La gouvernance territoriale des données grâce à la plateforme Terreze
bluehats
0
150
企業の生成AIガバナンスにおけるエージェントとセキュリティ
lycorptech_jp
PRO
2
160
Function Body Macros で、SwiftUI の View に Accessibility Identifier を自動付与する/Function Body Macros: Autogenerate accessibility identifiers for SwiftUI Views
miichan
2
180
Android Audio: Beyond Winning On It
atsushieno
0
100
なぜSaaSがMCPサーバーをサービス提供するのか?
sansantech
PRO
8
2.8k
S3アクセス制御の設計ポイント
tommy0124
3
190
CDK CLIで使ってたあの機能、CDK Toolkit Libraryではどうやるの?
smt7174
4
130
Featured
See All Featured
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
27k
Thoughts on Productivity
jonyablonski
70
4.8k
A designer walks into a library…
pauljervisheath
207
24k
Product Roadmaps are Hard
iamctodd
PRO
54
11k
BBQ
matthewcrist
89
9.8k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
36
2.5k
Fireside Chat
paigeccino
39
3.6k
Statistics for Hackers
jakevdp
799
220k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
23
1.4k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
46
7.6k
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