-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Rake Command Reference
Nathan Broadbent edited this page Mar 9, 2012
·
3 revisions
Command | Description |
---|---|
rake ffcrm:setup | Prepare the database and set up Fat Free CRM |
rake ffcrm:setup:admin | Create admin user |
rake ffcrm:demo:load | Load demo data |
rake ffcrm:dropbox:run | Run dropbox crawler and process incoming emails |
rake ffcrm: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.