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
37
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.
データ基盤の負債解消のためのリプレイス
livesense
PRO
0
240
株式会社リブセンス 会社説明資料(報道関係者様向け)
livesense
PRO
0
960
26新卒_総合職採用_会社説明資料
livesense
PRO
0
4.1k
株式会社リブセンス会社紹介資料 / Invent the next common.
livesense
PRO
1
13k
26新卒_Webエンジニア職採用_会社説明資料
livesense
PRO
1
7.7k
中途セールス職_会社説明資料
livesense
PRO
0
190
EM候補者向け転職会議説明資料
livesense
PRO
0
82
コロナで失われたノベルティ作成ノウハウを復活させた話
livesense
PRO
0
200
転職会議でGPT-3を活用した企業口コミ要約機能をリリースした話
livesense
PRO
0
1.3k
Other Decks in Technology
See All in Technology
オブザーバビリティの観点でみるAWS / AWS from observability perspective
ymotongpoo
7
1k
Kubernetes x k6 で負荷試験基盤を開発して 負荷試験を民主化した話 / Kubernetes x k6
sansan_randd
2
730
リアルタイム分析データベースで実現する SQLベースのオブザーバビリティ
mikimatsumoto
0
950
High Performance PHP
cmuench
0
140
『AWS Distinguished Engineerに学ぶ リトライの技術』 #ARC403/Marc Brooker on Try again: The tools and techniques behind resilient systems
quiver
0
130
これからSREになる人と、これからもSREをやっていく人へ
masayoshi
6
4.1k
君も受託系GISエンジニアにならないか
sudataka
1
370
Tech Blogを書きやすい環境づくり
lycorptech_jp
PRO
0
120
Nekko Cloud、 これまでとこれから ~学生サークルが作る、 小さなクラウド
logica0419
2
730
インフラをつくるとはどういうことなのか、 あるいはPlatform Engineeringについて
nwiizo
5
2.1k
エンジニアのためのドキュメント力基礎講座〜構造化思考から始めよう〜(2025/02/15jbug広島#15発表資料)
yasuoyasuo
15
5.5k
Building Products in the LLM Era
ymatsuwitter
10
4.4k
Featured
See All Featured
Docker and Python
trallard
44
3.3k
Optimizing for Happiness
mojombo
376
70k
Building a Modern Day E-commerce SEO Strategy
aleyda
38
7.1k
Fashionably flexible responsive web design (full day workshop)
malarkey
406
66k
Large-scale JavaScript Application Architecture
addyosmani
510
110k
Building Better People: How to give real-time feedback that sticks.
wjessup
366
19k
How STYLIGHT went responsive
nonsquared
98
5.3k
What's in a price? How to price your products and services
michaelherold
244
12k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3k
Building Adaptive Systems
keathley
40
2.4k
Building Your Own Lightsaber
phodgson
104
6.2k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
251
21k
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