Skip to content

Instantly share code, notes, and snippets.

@dictav
Created October 31, 2012 02:44
Show Gist options
  • Save dictav/3984505 to your computer and use it in GitHub Desktop.
Save dictav/3984505 to your computer and use it in GitHub Desktop.
Heroku

渡辺製作所

渡辺製作所

https://www.facebook.com/pages/渡辺製作所/350977574972700

  • 所長: @fcneet
  • 所員: @dictav
  • 活動: JELLY Fab (月に1度ギークハウス新潟でやってます)

ギークハウス新潟

Heroku

iOS + Web Service

  • Web Service を使った iOS アプリを作りたい
  • レンタルサーバーとかお金かかるし構築めんどい
  • ギー潟にサーバー立てるのもなあ

Heroku (pronounced her-oh-koo)

  • 負荷が少なければ無料で使える
  • Clojure,Java,Node.js,Play,Python,Ruby,Scala

Deploy

  1. $ heroku create
  2. cooding...
  3. $ git push heroku master

Procfile で簡単管理

$ cat Procfile

web: bundle exec rails start
worker:  bundle exec rake jobs:work

スケーリングも簡単

$ heroku ps:scale web=2

1dyno $0.05/hour

Add-ons で機能拡張

で、作りました

NRNS

  • N: Niigata
  • R: Ramen
  • N: Networking
  • S: Service

近日 Apple Store 公開!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment