init: 导入团队知识库内容

This commit is contained in:
yueqian-ai
2026-05-14 16:56:48 +08:00
commit acca2041f0
1681 changed files with 285734 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
#!/bin/sh
#filename: publish-server.sh
# 部署Whale系统项目
targetPath="/home/qtt/src/qModel/qmodel-server/target"
# 运行目录
runPath="/home/qtt/opt/qmodel-server"
# publish
echo "Publishing qModel admin ... The installation directory is $runPath"
cd $targetPath
cp qmodel-server.jar $runPath
echo "Publish qModel success! Now you can go to the installation directory($runPath) and restart the server."
cd $runPath
sh restart.sh
tail -f logs/info.log