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
CSC305 Lecture 11
javiergs
PRO
0
270
Claude CodeによるAI駆動開発の実践 〜そこから見えてきたこれからのプログラミング〜
iriikeita
0
330
CSC305 Lecture 09
javiergs
PRO
0
310
マンガアプリViewerの大画面対応を考える
kk__777
0
250
AIと人間の共創開発!OSSで試行錯誤した開発スタイル
mae616
2
800
実践Claude Code:20の失敗から学ぶAIペアプログラミング
takedatakashi
18
8.5k
『毎日の移動』を支えるGoバックエンド内製開発
yutautsugi
2
290
Devoxx BE - Local Development in the AI Era
kdubois
0
140
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
250
オンデバイスAIとXcode
ryodeveloper
0
130
iOSでSVG画像を扱う
kishikawakatsumi
0
170
TransformerからMCPまで(現代AIを理解するための羅針盤)
mickey_kubo
7
5.2k
Featured
See All Featured
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
Git: the NoSQL Database
bkeepers
PRO
431
66k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
27k
What's in a price? How to price your products and services
michaelherold
246
12k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.6k
Principles of Awesome APIs and How to Build Them.
keavy
127
17k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
34
2.5k
A Tale of Four Properties
chriscoyier
161
23k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
37
2.6k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
116
20k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.5k
Producing Creativity
orderedlist
PRO
347
40k
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