28 Star 254 Fork 50

nop / nop-printer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
printer-start.bat 961 Bytes
一键复制 编辑 原始数据 按行查看 历史
nop 提交于 2021-02-24 09:28 . 截图
@echo off
set SCRIPT_PATH=%~dp0
cd %SCRIPT_PATH%
set PHP_PATH=%SCRIPT_PATH%archive\php7.3.4nts
set PATH=%PHP_PATH%;%PATH%
::
:: start the api service
::
if not exist "%PHP_PATH%" (
call install.bat
)
echo/
echo #######################################################
echo ############ start image-print worker queue ##########
echo #######################################################
start php artisan queue:work --queue=image-print --sleep=0.3 --tries=1
echo/
echo #######################################################
echo ############ start tpl-print worker queue ##########
echo #######################################################
start php artisan queue:work --queue=tpl-print --sleep=0.3 --tries=1
echo/
echo #######################################################
echo ############ start printer api service ##############
echo #######################################################
php artisan serve --host=0.0.0.0 --port=8077
PHP
1
https://gitee.com/wuxue107/nop-printer.git
git@gitee.com:wuxue107/nop-printer.git
wuxue107
nop-printer
nop-printer
master

搜索帮助