Upgrade to Pro — share decks privately, control downloads, hide ads and more …

herokuを用いたruby on rails on cloudアプリケーションの開発 #TechLunch

herokuを用いたruby on rails on cloudアプリケーションの開発 #TechLunch

2011/05/11 (水) @ Livesense TechLunch
発表者:桂 大介

Livesense Inc.

April 23, 2014
Tweet

More Decks by Livesense Inc.

Other Decks in Technology

Transcript

  1. Heroku Heroku を用いた を用いた Ruby on Rails on Cloud Ruby

    on Rails on Cloud アプリケーションの開発 アプリケーションの開発 [email protected]
  2. ?

  3. i nst ant depl oym ent pur e gi t

    wor kf l ow com pl et e API Features
  4. 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