dotkernel, your current server path must be /home/dotkernelPlease be sure you are using the non-root user for the below installation
git clone -b default-queue https://github.com/dotkernel/queue.git
The installation path should be now
/home/dotkernel/queue
config/autoload fileslocal.php.dist as local.php, then fill in the database credentials and set the $baseUrllog.local.dist as log.localmessenger.local.php.dist as messenger.local.phpswoole.local.php.dist as swoole.local.phpcomposer install --no-dev
/daemon folder and set proper pathssudo cp /home/dotkernel/queue/daemon/swoole.service /etc/systemd/system/swoole.service
sudo cp /home/dotkernel/queue/daemon/messenger.service /etc/systemd/system/messenger.service
sudo systemctl daemon-reload
sudo systemctl enable swoole.service
sudo systemctl start swoole.service
sudo systemctl status swoole.service
sudo systemctl daemon-reload
sudo systemctl enable messenger.service
sudo systemctl start messenger.service
sudo systemctl status messenger.service
Send a request from your local machine
echo "Hello" | socat -T1 - TCP:SERVER-IP:8556`