Skip to content

Rake Command Reference

Nathan Broadbent edited this page Mar 1, 2012 · 3 revisions

Rake Command Reference

Command Description
rake crm:setup Prepare the database and set up Fat Free CRM
rake crm:setup:admin Create admin user
rake crm:demo:load Load demo data
rake crm:dropbox:run Run dropbox crawler and process incoming emails
rake crm:settings:clear Clear settings from database (reset to default)
rake assets:precompile Precompile static assets (javascript/css/etc.) for deployment
rake spec:acceptance Run the acceptance specs in spec/acceptance
rake spec:no_acceptance Run all specs except acceptance tests

See the full list of rake tasks by running rake -T from the Fat Free CRM directory.

Clone this wiki locally