git clone -b default-queue https://github.com/dotkernel/queue.git
config/autoload
fileslocal.php.dist
as local.php
, then fill in the database credentials and set the $baseUrl
log.local.dist
as log.local
messenger.local.php.dist
as messenger.local.php
swoole.local.php.dist
as swoole.local.php
composer install --no-dev
/daemon
folder and set proper pathssudo cp /home/dotkernel/queue/daemon\swoole.service
sudo cp /home/dotkernel/queue/daemon\messenger.service
sudo systemctl daemon-reload
sudo systemctl enable swoole.service
sudo systemctl start swoole.service
sudo systemctl status swoole.service
Send a request from your local machine
echo "Hello" | socat -T1 - TCP:SERVER-IP:8556`