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
770
26新卒_総合職採用_会社説明資料
livesense
PRO
0
1.4k
株式会社リブセンス会社紹介資料 / Invent the next common.
livesense
PRO
1
8.8k
26新卒_Webエンジニア職採用_会社説明資料
livesense
PRO
1
5k
中途セールス職_会社説明資料
livesense
PRO
0
140
EM候補者向け転職会議説明資料
livesense
PRO
0
58
コロナで失われたノベルティ作成ノウハウを復活させた話
livesense
PRO
0
180
転職会議でGPT-3を活用した企業口コミ要約機能をリリースした話
livesense
PRO
0
1.2k
株式会社リブセンス マッハバイト_プレイブック
livesense
PRO
0
720
Other Decks in Technology
See All in Technology
LINEヤフーにおけるPrerender技術の導入とその効果
narirou
1
160
インフラとバックエンドとフロントエンドをくまなく調べて遅いアプリを早くした件
tubone24
1
430
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
0
110
OCI Vault 概要
oracle4engineer
PRO
0
9.7k
TypeScriptの次なる大進化なるか!? 条件型を返り値とする関数の型推論
uhyo
2
1.7k
あなたの知らない Function.prototype.toString() の世界
mizdra
PRO
2
410
OCI 運用監視サービス 概要
oracle4engineer
PRO
0
4.8k
リンクアンドモチベーション ソフトウェアエンジニア向け紹介資料 / Introduction to Link and Motivation for Software Engineers
lmi
4
300k
個人でもIAM Identity Centerを使おう!(アクセス管理編)
ryder472
4
240
Taming you application's environments
salaboy
0
200
オープンソースAIとは何か? --「オープンソースAIの定義 v1.0」詳細解説
shujisado
10
1.3k
日経電子版のStoreKit2フルリニューアル
shimastripe
1
150
Featured
See All Featured
A Modern Web Designer's Workflow
chriscoyier
693
190k
Facilitating Awesome Meetings
lara
50
6.1k
jQuery: Nuts, Bolts and Bling
dougneiner
61
7.5k
Build your cross-platform service in a week with App Engine
jlugia
229
18k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
31
2.7k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
6
430
Happy Clients
brianwarren
98
6.7k
The Cost Of JavaScript in 2023
addyosmani
45
6.8k
Faster Mobile Websites
deanohume
305
30k
A Tale of Four Properties
chriscoyier
156
23k
How To Stay Up To Date on Web Technology
chriscoyier
788
250k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
226
22k
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