简体   繁体   中英

how to install gearman on ubuntu

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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM