alchemy_crm

所属分类:企业管理
开发工具:Ruby
文件大小:185KB
下载次数:0
上传日期:2016-03-15 10:47:44
上 传 者sh-1993
说明:  炼金术CMS的CRM和新闻稿模块
(A CRM and Newsletter Module for Alchemy CMS)

文件列表:
.travis.yml (179, 2016-03-15)
Gemfile (315, 2016-03-15)
Guardfile (479, 2016-03-15)
LICENSE (1490, 2016-03-15)
Rakefile (586, 2016-03-15)
alchemy_crm.gemspec (1260, 2016-03-15)
app (0, 2016-03-15)
app\assets (0, 2016-03-15)
app\assets\images (0, 2016-03-15)
app\assets\images\.DS_Store (6148, 2016-03-15)
app\assets\images\alchemy_crm (0, 2016-03-15)
app\assets\images\alchemy_crm\.DS_Store (6148, 2016-03-15)
app\assets\images\alchemy_crm\contact-icons.png (1327, 2016-03-15)
app\assets\images\alchemy_crm\fill_content.gif (215, 2016-03-15)
app\assets\images\alchemy_crm\group-icons.png (903, 2016-03-15)
app\assets\images\alchemy_crm\mailing-icons.png (2506, 2016-03-15)
app\assets\images\alchemy_crm\module_icon.png (1138, 2016-03-15)
app\assets\images\alchemy_crm\newsletter-icons.png (1012, 2016-03-15)
app\assets\images\alchemy_crm\statistic.png (236, 2016-03-15)
app\assets\images\alchemy_crm\tag-icons.png (1023, 2016-03-15)
app\assets\javascripts (0, 2016-03-15)
app\assets\javascripts\alchemy_crm (0, 2016-03-15)
app\assets\javascripts\alchemy_crm\alchemy_crm.base.js (1711, 2016-03-15)
app\assets\javascripts\alchemy_crm\scripts.js (72, 2016-03-15)
app\assets\stylesheets (0, 2016-03-15)
app\assets\stylesheets\alchemy_crm (0, 2016-03-15)
app\assets\stylesheets\alchemy_crm\base.css.scss (8003, 2016-03-15)
app\assets\stylesheets\alchemy_crm\styles.css (25, 2016-03-15)
app\controllers (0, 2016-03-15)
app\controllers\alchemy_crm (0, 2016-03-15)
app\controllers\alchemy_crm\admin (0, 2016-03-15)
app\controllers\alchemy_crm\admin\base_controller.rb (139, 2016-03-15)
app\controllers\alchemy_crm\admin\contact_groups_controller.rb (554, 2016-03-15)
app\controllers\alchemy_crm\admin\contacts_controller.rb (3950, 2016-03-15)
app\controllers\alchemy_crm\admin\deliveries_controller.rb (2240, 2016-03-15)
app\controllers\alchemy_crm\admin\elements_controller_extension.rb (1229, 2016-03-15)
app\controllers\alchemy_crm\admin\mailings_controller.rb (1072, 2016-03-15)
... ...

Alchemy CRM Module ================== [![Build Status](https://secure.travis-ci.org/magiclabs/alchemy_crm.png?branch=master)](http://travis-ci.org/magiclabs/alchemy_crm) Building and sending Newsletters has never been easier! About ----- A fully featured CRM / Newsletter and Mailings Module for Alchemy CMS. For more Information please visit [http://alchemy-cms.com](http://alchemy-cms.com) Install ------- 1. Install Alchemy CMS: http://guides.alchemy-cms.com/getting_started.html 2. Put this line into your projects `Gemfile`: # Gemfile gem "alchemy_crm", :git => 'git://github.com/magiclabs/alchemy_crm' Or install it via Rubygems: $ gem install alchemy_crm 3. Update your bundle: $ bundle 4. Mount the Alchemy CRM Engine into your app: # config/routes.rb ... mount AlchemyCrm::Engine => '/newsletter' mount Alchemy::Engine => '/' NOTE: It is **strongly** recommended to mount this module before you mount Alchemy CMS 5. Copy the migrations into your app and migrate the database: $ rake alchemy_crm:install:migrations $ rake db:migrate 6. Seed the database: 1. Put this line into your projects `db/seeds.rb` file: AlchemyCrm::Seeder.seed! 2. And run this rake task: $ rake db:seed 7. Generate files and folders: 1. Run scaffold generator $ rails g alchemy_crm:scaffold 2. Run copy elements rake task $ rake alchemy_crm:elements:copy Resources --------- * Homepage: * Issue-Tracker: * Sourcecode: Authors --------- * Thomas von Deyen: License ------- * BSD:

近期下载者

相关文件


收藏者