I created a fork on github to ease deployment of Fat Free CRM to Heroku. I found this great post about doing this very thing, but I wanted something a little simpler.
For the impatient, 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=my@email.com
Essentially, all I’ve done in this fork (as of this writing) is:
- Remove all of the stylesheet and javascript caching directives
- Fix a minor issue in the
config/config.rufile
You can always check it out at the wiki.



