Skip to content

Installation on Heroku

vnehess edited this page Jan 12, 2011 · 4 revisions

Here’s the quick Heroku install:


$ git clone git://github.com/ryanwood/fat_free_crm.git
$ heroku create
$ git push heroku master
$ heroku rake crm:setup USERNAME=myusername PASSWORD=mypass [email protected]
$ heroku restart
$ heroku open

For more details, see the Heroku: Quick Start Guide.

With this fork, you don’t need to use the heroku_sass_and_cache plugin as mentioned by saturnflyer. While sass is still used, all the generated css is in the repo, so sass doesn’t try to regenerate it.

Clone this wiki locally