Skip to content
HondaDai edited this page May 13, 2013 · 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. you can also find it in fireapp_heroku_config
  2. run gem install bundle if you do not have bundler.
  3. run bundle install.
  4. run heroku create -s cedar. get the name of your app name
  5. git init
  6. git remote add heroku git@heroku.account_name:app_name.git
  7. git commit your project.
  8. run git push heroku master.

Install compass extension in