-
Notifications
You must be signed in to change notification settings - Fork 79
Deploy To Heroku
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.
- Put Gemfile and config.ru in your project. you can also find it in fireapp_heroku_config
- run
gem install bundle
if you do not have bundler. - run
bundle install
. - run
heroku create -s cedar
. get the name of your app name git init
git remote add heroku [email protected]_name:app_name.git
- git commit your project.
- run
git push heroku master
.
Install compass extension in
- Home
- Getting Started
- Preferences
- Use Compass Extensions
- Templates, Layouts, and Partials
- Template Helpers
- CoffeeScript
- Custom Handlers
- Build Project
- Deploy To Heroku
- Fire.app can't be opened because it is from an unindentified developer on Mac OSX 10.8
- FAQ
- CHANGELOG
- Fire.app-使用說明
- Template Helpers (zh tw)
- Templates, Layouts & Partials (zh tw)
- Sublime Text 2 的 Autocomplete 設定方式
- Mac OS X 10.8 (Mountain Lion) 開啟 Fire.app 問題