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新卒_Webエンジニア職採用_会社説明資料
livesense
PRO
0
2.4k
株式会社リブセンス・転職会議 採用候補者様向け資料
livesense
PRO
0
51
株式会社リブセンス 会社説明資料(報道関係者様向け)
livesense
PRO
0
1.5k
データ基盤の負債解消のためのリプレイス
livesense
PRO
0
440
26新卒_総合職採用_会社説明資料
livesense
PRO
0
11k
株式会社リブセンス会社紹介資料 / Invent the next common.
livesense
PRO
1
37k
26新卒_Webエンジニア職採用_会社説明資料
livesense
PRO
1
13k
中途セールス職_会社説明資料
livesense
PRO
0
260
EM候補者向け転職会議説明資料
livesense
PRO
0
130
Other Decks in Technology
See All in Technology
【実演版】カンファレンス登壇者・スタッフにこそ知ってほしいマイクの使い方 / 大吉祥寺.pm 2025
arthur1
1
650
品質視点から考える組織デザイン/Organizational Design from Quality
mii3king
0
170
Agile PBL at New Grads Trainings
kawaguti
PRO
1
390
OCI Oracle Database Services新機能アップデート(2025/06-2025/08)
oracle4engineer
PRO
0
110
テストを軸にした生き残り術
kworkdev
PRO
0
190
Platform開発が先行する Platform Engineeringの違和感
kintotechdev
4
540
AWSで推進するデータマネジメント
kawanago
1
1.3k
AI駆動開発に向けた新しいエンジニアマインドセット
kazue
0
330
EncryptedSharedPreferences が deprecated になっちゃった!どうしよう! / Oh no! EncryptedSharedPreferences has been deprecated! What should I do?
yanzm
0
150
なぜSaaSがMCPサーバーをサービス提供するのか?
sansantech
PRO
8
2.7k
未経験者・初心者に贈る!40分でわかるAndroidアプリ開発の今と大事なポイント
operando
3
320
サンドボックス技術でAI利活用を促進する
koh_naga
0
200
Featured
See All Featured
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Six Lessons from altMBA
skipperchong
28
4k
The Straight Up "How To Draw Better" Workshop
denniskardys
236
140k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.9k
Gamification - CAS2011
davidbonilla
81
5.4k
The Art of Programming - Codeland 2020
erikaheidi
55
13k
Testing 201, or: Great Expectations
jmmastey
45
7.6k
Why You Should Never Use an ORM
jnunemaker
PRO
59
9.5k
Designing Experiences People Love
moore
142
24k
Product Roadmaps are Hard
iamctodd
PRO
54
11k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Being A Developer After 40
akosma
90
590k
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