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
UW Advanced Rails Week 8
Search
Ben Woodall
May 22, 2015
Programming
0
46
UW Advanced Rails Week 8
Week 8 Slides
Ben Woodall
May 22, 2015
Tweet
Share
More Decks by Ben Woodall
See All by Ben Woodall
UW Advanced Rails Week 9
benwoodall
0
37
UW Advanced Rails Week 7
benwoodall
0
43
Week 6
benwoodall
0
44
UW Advanced Rails Week 5
benwoodall
0
52
UW Advanced Rails Week 4
benwoodall
0
64
UW Advanced Rails Week 3
benwoodall
0
65
UW Advanced Rails Week 2
benwoodall
0
160
UW Advanced Rails Week 1
benwoodall
0
94
A Bit More Git
benwoodall
1
5.1k
Other Decks in Programming
See All in Programming
AIを活用し、今後に備えるための技術知識 / Basic Knowledge to Utilize AI
kishida
20
5.2k
HTMLの品質ってなんだっけ? “HTMLクライテリア”の設計と実践
unachang113
4
2.6k
アセットのコンパイルについて
ojun9
0
120
ぬるぬる動かせ! Riveでアニメーション実装🐾
kno3a87
1
190
Putting The Genie in the Bottle - A Crash Course on running LLMs on Android
iurysza
0
130
@Environment(\.keyPath)那么好我不允许你们不知道! / atEnvironment keyPath is so good and you should know it!
lovee
0
100
テストカバレッジ100%を10年続けて得られた学びと品質
mottyzzz
2
500
Protocol Buffersの型を超えて拡張性を得る / Beyond Protocol Buffers Types Achieving Extensibility
linyows
0
110
AIでLINEスタンプを作ってみた
eycjur
1
230
Tool Catalog Agent for Bedrock AgentCore Gateway
licux
6
2.1k
Deep Dive into Kotlin Flow
jmatsu
1
180
OSS開発者という働き方
andpad
5
1.7k
Featured
See All Featured
YesSQL, Process and Tooling at Scale
rocio
173
14k
How GitHub (no longer) Works
holman
315
140k
Raft: Consensus for Rubyists
vanstee
140
7.1k
Thoughts on Productivity
jonyablonski
70
4.8k
Fireside Chat
paigeccino
39
3.6k
Code Reviewing Like a Champion
maltzj
525
40k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Automating Front-end Workflow
addyosmani
1370
200k
Git: the NoSQL Database
bkeepers
PRO
431
66k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
30
9.6k
Building a Scalable Design System with Sketch
lauravandoore
462
33k
Code Review Best Practice
trishagee
70
19k
Transcript
Questions from Week 7? 1
Week 8: Deployments Spring 2015 2
What are Deployments? 3
What are Deployments? The act of pushing to to a
server Maintaining state of all services 4
Coding Life Cycle 5
Heroku Cloud based Instant Deployment with Git push Installable resources
Service scaling 6
Heroku Toolbelt 7 https://toolbelt.heroku.com/
Heroku Deployment 8
PostgreSQL 9 Gemfile
PostgreSQL 10 config/database.yml
PostgreSQL 11 OS X: http://postgresapp.com/ Ubuntu: https://help.ubuntu.com/community/ PostgreSQL
Heroku Deployment 12
Heroku Toolbelt 13
Heroku Toolbelt 14
Heroku Toolbelt 15
Why not Heroku? 16
Why not Heroku? 17
18
19
Managing Services 20
Managing Services 21
Managing Services 22
Managing Services 23 X
Managing Services 24 X
Managing Services 25 X
Managing Services 26 X
Managing Environments 27
Managing Environments 28
Managing Services 29
Managing Services 30
Deploying Services 31 Dokku
Deploying Services 32
Deploying Services 33