An open source, Ruby on Rails customer relationship management platform (CRM).
Out of the box it features group collaboration, campaign and lead management, contact lists, and opportunity tracking.
Contacts |
Opportunities |
Accounts |
Tasks |
Pull requests and bug reports are always welcome!
Visit our website at http://www.fatfreecrm.com/
The master branch is now on Rails 4.2. However, there is a Rails 3.2 branch available if you still need to use it. Please note that subsequent gem releases will focus on Rails 4 (v0.14.0+ as yet unreleased).
Please note that several severe vulnerabilities have been fixed recently. You should upgrade to the most recent 0.13.x version or higher. See the security vulnerabilities page for more details.
- Ruby 2.2 (master branch / rails 4 versions only)
- Ruby 2.1 (or 2.0) recommended (it's much faster!)
- Ruby 1.9.3 is also compatible
- Ruby 1.9.2 should be compatible but is no longer supported
- Ruby v1.8.7 was supported until v0.11.4 (see https://github.com/fatfreecrm/fat_free_crm/tree/ruby1.8)
- MySQL v4.1.1 or later (v5+ is recommended), SQLite v3.4 or later, or Postgres 8.4.8 or later.
- ImageMagick (optional, only needed if you would like to use avatars)
(Ruby on Rails and other gem dependencies will be installed automatically by Bundler.)
Please view one of the following installation guides:
Installing Fat Free CRM on Linux or Mac OS X
Setting up a Heroku instance for Fat Free CRM
Installing Fat Free CRM on Microsoft Windows
Run the Fat Free CRM gem within a separate Rails application. This is the best way to deploy Fat Free CRM if you need to add plugins or make any customizations. Note that it is not yet simple to 'bolt' Fat Free CRM into your existing rails project, but we're heading in that direction.
Please read the Release Notes document for more detailed information on upgrading from previous versions.
Home Page: | http://www.fatfreecrm.com |
Guides: | http://guides.fatfreecrm.com |
Online Demo: | http://demo.fatfreecrm.com |
Github Project Page: | http://github.com/fatfreecrm/fat_free_crm |
Feature Requests and Bugs: | http://support.fatfreecrm.com/ |
RDoc API: | http://api.fatfreecrm.com |
Ruby gem: | https://rubygems.org/gems/fat_free_crm |
Twitter Commit Updates: | http://twitter.com/fatfreecrm |
User's Google Group: | http://groups.google.com/group/fat-free-crm-users |
Developer's Google Group: | http://groups.google.com/group/fat-free-crm-dev |
IRC Channel: | #fatfreecrm on irc.freenode.net |
Fat Free CRM is released under the MIT license and is freely available for you to use for your own purposes. We do encourage contributions to make Fat Free CRM even better. Send us a pull-request and we'll do our best to accomodate your needs.
Specific features that are not 'Fat Free' in nature, can be added by creating Rails Engines. See the wiki for information on how to do this.
Tests can easily be run by typing 'rake' but please note that they do take a while to run! Alternatively, you can see the test build status over at our travis page
- Michael Dvorkin (@michaeldv) - Founding creator
- Steve Kenworthy (@steveyken) - Maintainer
- Nathan Broadbent (@ndbroadbent)
See the contributors graph and the contributors file for further details.
Fat Free CRM Copyright (c) 2008-2014 Michael Dvorkin and contributors.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.