Skip to content

Using Zeus to speed up development

steveyken edited this page Dec 22, 2012 · 1 revision

Zeus speeds up development of fat_free_crm by caching the rails framework.

Although integration is sometimes a little buggy (esp with reloading associated engines), there are enough speed improvements to build a case for using zeus.

To get started quickly, type

gem install zeus
zeus start

Wait for zeus to go green, then in another console window, run

zeus server

This will start a rails server nice and fast.

Read https://github.com/burke/zeus for more info about zeus

Other zeus commands worth knowing about:

zeus console
zeus rspec spec