Setting up Gearman

From Dreamwidth Notes
Revision as of 21:56, 24 January 2010 by Foxfirefey (Talk | contribs)

Jump to: navigation, search

Install the server:

sudo apt-get install gearman-server

Run the daemon:

sudo /etc/init.d/gearman-server start

Might want to add it to startup.

Then, you need to add this to your configs in the LJ section somewhere:

@GEARMAN_SERVERS = ('localhost:7003');