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
170
UW Advanced Rails Week 1
benwoodall
0
94
A Bit More Git
benwoodall
1
5.1k
Other Decks in Programming
See All in Programming
[SF Ruby Conf 2025] Rails X
palkan
0
310
無秩序からの脱却 / Emergence from chaos
nrslib
1
6.5k
なぜ強調表示できず ** が表示されるのか — Perlで始まったMarkdownの歴史と日本語文書における課題
kwahiro
12
7k
しっかり学ぶ java.lang.*
nagise
1
410
AIと協働し、イベントソーシングとアクターモデルで作る後悔しないアーキテクチャ Regret-Free Architecture with AI, Event Sourcing, and Actors
tomohisa
2
6.5k
CSC509 Lecture 11
javiergs
PRO
0
310
AIを駆使して新しい技術を効率的に理解する方法
nogu66
1
650
Patterns of Patterns (and why we need them)
denyspoltorak
0
110
AI 時代だからこそ抑えたい「価値のある」PHP ユニットテストを書く技術 #phpconfuk / phpcon-fukuoka-2025
shogogg
1
580
TVerのWeb内製化 - 開発スピードと品質を両立させるまでの道のり
techtver
PRO
3
1.2k
Stay Hacker 〜九州で生まれ、Perlに出会い、コミュニティで育つ〜
pyama86
2
2.3k
Duke on CRaC with Jakarta EE
ivargrimstad
0
160
Featured
See All Featured
Imperfection Machines: The Place of Print at Facebook
scottboms
269
13k
Building Adaptive Systems
keathley
44
2.8k
The World Runs on Bad Software
bkeepers
PRO
72
12k
Measuring & Analyzing Core Web Vitals
bluesmoon
9
680
What's in a price? How to price your products and services
michaelherold
246
12k
Learning to Love Humans: Emotional Interface Design
aarron
274
41k
How STYLIGHT went responsive
nonsquared
100
5.9k
Large-scale JavaScript Application Architecture
addyosmani
514
110k
Typedesign – Prime Four
hannesfritz
42
2.9k
Context Engineering - Making Every Token Count
addyosmani
9
410
Embracing the Ebb and Flow
colly
88
4.9k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
249
1.3M
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