Skip to content

Using Zeus to speed up development

Steve Kenworthy edited this page Jan 3, 2014 · 1 revision

Using Zeus to speed up development

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
Clone this wiki locally