Skip to content
Nathan Broadbent edited this page Mar 1, 2012 · 4 revisions

SUMMARY

This project serves as the basis for the online documentation effort for Fat Free CRM. The documentation has been graciously donated by members of our online community. This work is licensed under the Creative Commons Attribution-Share Alike 3.0 license. Contributions are encouraged. Please ask the Fat Free CRM team for commit access if you have something to contribute. If you are thinking about a new guide or major changes to the organization of the existing guides, please be courteous and do this in your own fork so it can be dicussed before merging.

Please stick to the established format and feel free to ask questions on fat-free-crm-users or #fat_free_crm if you have any questions.

To build the entire set of guides simply run the following commands:


  $ git clone git://github.com/fatfreecrm/fat_free_crm_guides.git
  $ cd fat_free_crm_guides
  $ bundle install
  $ bundle exec guides build

You can force a rebuild of all of the guides using

$ bundle exec guides build --clean

You can also specify that you want to rebuild just a few of the guides

$ bundle exec guides build --only=checkout adjustments

To build edge guides including GA trakcking

$ bundle exec guides build --clean --edge --ga

Finally, you can also preview the guides while you work

$ bundle exec guides preview

You do not need to fork the fat_free_crm_guides project in order to contribute. Just send an email to fat-free-crm-users (be sure to include your github username) and say that you would like to contribute. We'll add you to the list so you can commit directly to the guides project.

Please be considerate when making changes to the fat_free_crm_guides. If you wish to make major changes to how the documentation is organized then you should use a GitHub fork and ask people to review your proposed changes instead.

Deploying

To deploy the normal guides:

$ cap deploy

To deploy edge guides:

$ cap deploy -S edge=true

Thanks

This guides repository was forked from the excellent Spree project.