Difference between revisions of "Setting up Gearman"

From Dreamwidth Notes
Jump to: navigation, search
(Created page with ' 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. [[Category: Dreamwidth Inst…')
 
Line 1: Line 1:
 
 
Install the server:
 
Install the server:
  
Line 9: Line 8:
  
 
Might want to add it to startup.
 
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');
  
 
[[Category: Dreamwidth Installation]]
 
[[Category: Dreamwidth Installation]]

Revision as of 21:56, 24 January 2010

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');