Skip to content

fatfreecrm/ffcrm_app42

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fat Free CRM as an Engine

This is an example Rails 4.2 project running Fat Free CRM as an engine. It's designed to help those testing the rails4 branch of Fat Free CRM in engine mode.

Documentation largely taken from here

Getting started

Clone this repository and run

bundle install

Create and migrate the database (MUST run these commands separately)

rake db:create
rake db:migrate

Get some demo data

rake ffcrm:demo:load

Start the rails server

bin/rails s

How this project was setup

Installed rails 4.2

gem install rails

Created a new rails app (these are my preferred settings)

rails new ffcrm_app42 --skip-keeps --database=postgresql --skip-test-unit

Added the following to the Gemfile

gem 'fat_free_crm', github: 'fatfreecrm/fat_free_crm', branch: 'rails4'

Removed all files inside the /app folder

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages