- Setup gearadmin and gearman with.
brew install gearmand
or
apt install gearman-job-server
-
Setup gearman job server for mac.
-
You can get the gearman python package from
-
I'm using python
$ source /path/to/env
$ python -m site
$ cp -r <path/to/gearman/package/dir> </path/to/env>/lib/python3.8/site-packages/
$ pip install -r requirements.txt
- To check the proper installation do
$ gearadmin --server-version
$ gearadmin --status
- To check the proper installation of the python gearman package do
$ python -c "import gearman"
if no error is thrown then you are good to go.