Files
tl-rtc-file/bin/ubuntu18/auto-start-https.sh
https://blog.iamtsm.cn 9f5d912110 feat: auto update shell
feat: change client dist dir
feat: chat emoji
feat: custom websocket host
feat: update icon
feat: update layui.js
fix: socket id equel 0 error
2023-09-09 15:02:18 +08:00

17 lines
328 B
Bash
Executable File

#!/bin/bash
#########################
# 提供pm2启动管理https服务的脚本
# 包含api服务,socket服务
# @auther: iamtsm
# @version: v1.0.0
#########################
pm2 start npm --name=tl-rtc-file-api -- run https-api
sleep 1
pm2 start npm --name=tl-rtc-file-socket -- run https-socket
sleep 1
npm run build:pro