Skip to content
hlb edited this page Apr 5, 2012 · 8 revisions

A Fire.app project is compatible to serve project. If you (or your partner) know some Heroku-fu, you can deploy your project to Heroku.

  1. Put Gemfile and config.ru in your project.
  2. run heroku create -s cedar
  3. git commit your project
  4. run git push heruko master

Clone this wiki locally