how to install gearman on ubuntu

1.4k Views Asked by At

I'm trying to install Gearman on Ubuntu 16.04. the gearman documentation said:

If you are running Debian/sid, run apt-get install gearman-job-server. This package may be slightly out of date due to the time it takes to propagate to the repositories.

I tried to run the following command to install Gearman, but it doesn't seem to work.

sudo apt-get install gearman-job-server

If I use the following command, it won't display any output.

gearmand -d
1

There are 1 best solutions below

3
On

You have to options:

  1. run gearmand as user permitted to write into default logging file /var/log/gearmand.log
  2. run gearmand -d --log-file YOUR-LOGGING-FILE