This article is provided by the tutorial column of Pagoda Panel to introduce to you how to start the message queue in Linux Pagoda. I hope it will be helpful to you if you need it!
linux Pagoda starts the message queue:
Pagoda configuration method:
1. Search Supervisor in the Pagoda software store and install it
2. Click Settings->Add Daemon
3. Fill in the name (customized) and start the user www. Then click to select the running directory
#4. Select the program directory, taking /www/wwwroot/ as an example. (If your system is hung on the data disk, select the data disk)
5. Check the program directory folder, and then click to select
6. Fill in the startup command: php think queue:listen --queue CRMEB
7. Click OK to add the process daemon, and then click [Start ]
#Note: If the daemon is blank and has no content after the addition is completed, please update the pagoda panel.
Free source code download address: github.crmeb.net/u/defu
The above is the detailed content of Graphical explanation of how to start the message queue in Linux Pagoda. For more information, please follow other related articles on the PHP Chinese website!