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
Django Ninja による API 開発効率化とリプレースの実践
kashewnuts
0
880
Back to the Future: Let me tell you about the ACP protocol
terhechte
0
120
Pythonスレッドとは結局何なのか? CPython実装から見るNoGIL時代の変化
curekoshimizu
4
1.2k
iOSエンジニア向けの英語学習アプリを作る!
yukawashouhei
0
170
Чего вы не знали о строках в Python – Василий Рябов, PythoNN
sobolevn
0
150
WebエンジニアがSwiftをブラウザで動かすプレイグラウンドを作ってみた
ohmori_yusuke
0
170
CSC509 Lecture 03
javiergs
PRO
0
320
After go func(): Goroutines Through a Beginner’s Eye
97vaibhav
0
220
monorepo の Go テストをはやくした〜い!~最小の依存解決への道のり~ / faster-testing-of-monorepos
convto
2
180
大規模アプリのDIフレームワーク刷新戦略 ~過去最大規模の並行開発を止めずにアプリ全体に導入するまで~
mot_techtalk
0
360
CSC305 Lecture 02
javiergs
PRO
1
260
止められない医療アプリ、そっと Swift 6 へ
medley
1
100
Featured
See All Featured
Building an army of robots
kneath
306
46k
GraphQLとの向き合い方2022年版
quramy
49
14k
Being A Developer After 40
akosma
91
590k
It's Worth the Effort
3n
187
28k
How GitHub (no longer) Works
holman
315
140k
Optimising Largest Contentful Paint
csswizardry
37
3.4k
Product Roadmaps are Hard
iamctodd
PRO
54
11k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
35
3.2k
Building Applications with DynamoDB
mza
96
6.6k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
Fireside Chat
paigeccino
40
3.7k
Navigating Team Friction
lara
189
15k
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