下载项目
git clone git://github.com/michaeldv/fat_free_crm.git
接下来修改config/database.yaml文件修改成你需要的类型
System Requirements
* Ruby v1.8.6 or later
* Ruby on Rails v2.3.2
* MySQL v4.1.1 or later (v5+ is recommended) or SQLite v3.4 or later
* Browsers: FireFox and Safari (IE is not supported yet)
Edit config/database.yml and specify database names and authentication details. Once you have database configuration file ready run rake to create the database:
$ rake db:create
Setting Up The Application
The next step is to load default Fat Free CRM settings, such as menu structure, default colors, etc. This is done by running the following rake task:
$ rake crm:setup
Loading Demo Data
You can test drive Fat Free CRM by loading sample records that are generated on the fly mimic the actual use:
$ rake crm:demo:load
Among other things the demo generator creates 8 sample user records with the following usernames: aaron , ben , cindy , dan , emily , frank , george , and heather . You can login with any of these names using the name as password.
本文介绍如何下载并安装FatFreeCRM客户关系管理系统。系统要求包括Ruby 1.8.6或更高版本,Ruby on Rails 2.3.2,MySQL 4.1.1或更高版本(推荐使用5.x),或SQLite 3.4或更高版本。文章还提供了创建数据库、设置应用程序及加载演示数据的具体步骤。
57

被折叠的 条评论
为什么被折叠?



