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
herokuを用いたruby on rails on cloudアプリケーションの開発 #T...
Search
Livesense Inc.
PRO
April 23, 2014
Technology
0
38
herokuを用いたruby on rails on cloudアプリケーションの開発 #TechLunch
2011/05/11 (水) @ Livesense TechLunch
発表者:桂 大介
Livesense Inc.
PRO
April 23, 2014
Tweet
Share
More Decks by Livesense Inc.
See All by Livesense Inc.
27新卒_総合職採用_会社説明資料
livesense
PRO
0
190
27新卒_Webエンジニア職採用_会社説明資料
livesense
PRO
0
3.7k
株式会社リブセンス・転職会議 採用候補者様向け資料
livesense
PRO
0
80
株式会社リブセンス 会社説明資料(報道関係者様向け)
livesense
PRO
0
1.6k
データ基盤の負債解消のためのリプレイス
livesense
PRO
0
470
26新卒_総合職採用_会社説明資料
livesense
PRO
0
12k
株式会社リブセンス会社紹介資料 / Invent the next common.
livesense
PRO
1
42k
26新卒_Webエンジニア職採用_会社説明資料
livesense
PRO
1
13k
中途セールス職_会社説明資料
livesense
PRO
0
270
Other Decks in Technology
See All in Technology
様々なファイルシステム
sat
PRO
0
240
ソフトウェアエンジニアの生成AI活用と、これから
lycorptech_jp
PRO
0
890
スタートアップの現場で実践しているテストマネジメント #jasst_kyushu
makky_tyuyan
0
120
serverless team topology
_kensh
3
220
知覚とデザイン
rinchoku
1
550
だいたい分かった気になる 『SREの知識地図』 / introduction-to-sre-knowledge-map-book
katsuhisa91
PRO
3
1.4k
Building a cloud native business on open source
lizrice
0
180
HonoとJSXを使って管理画面をサクッと型安全に作ろう
diggymo
0
170
Observability — Extending Into Incident Response
nari_ex
1
210
生成AI時代のPythonセキュリティとガバナンス
abenben
0
130
Behind Postgres 18: The People, the Code, & the Invisible Work | Claire Giordano | PGConfEU 2025
clairegiordano
0
120
オブザーバビリティが育むシステム理解と好奇心
maruloop
1
970
Featured
See All Featured
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
21
1.2k
Thoughts on Productivity
jonyablonski
70
4.9k
How to Ace a Technical Interview
jacobian
280
24k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
359
30k
A Tale of Four Properties
chriscoyier
161
23k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
253
22k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
658
61k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.7k
Why Our Code Smells
bkeepers
PRO
340
57k
Become a Pro
speakerdeck
PRO
29
5.6k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
508
140k
Making Projects Easy
brettharned
120
6.4k
Transcript
Heroku Heroku を用いた を用いた Ruby on Rails on Cloud Ruby
on Rails on Cloud アプリケーションの開発 アプリケーションの開発
[email protected]
?
pronounced „her-OH-koo”
Hero + Haiku
Cloud Platform as a Service
compare with...
Rails or Rack 専用 Ruby PaaS
続きは web で!
http://www.heroku.com/
i nst ant depl oym ent pur e gi t
wor kf l ow com pl et e API Features
i nst ant depl oym ent $ heroku create appname
$ heroku open
pur e gi t wor kf l ow $ git
push heroku
complete API $ heroku addons:add memcached $ heroku rake db:migrate
$ heroku workers +2
Deploy rails application $ rails new glasscity $ cd glasscity
$ bundle install $ rake db:create $ rails generate scaffold Post name:string title:string content:text $ rake db:migrate $ git init $ heroku create glasscity $ git add . $ git commit $ git push heroku master $ heroku rake db:migrate $ heroku open
the next theme is ...
None
次回テーマ Facebook RoR Application on Heroku