# zxqa **Repository Path**: lerogo/zxqa ## Basic Information - **Project Name**: zxqa - **Description**: 知行QA - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2022-03-06 - **Last Updated**: 2024-01-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # zxqa #### 介绍 知行QA #### 使用说明 ```bash # 进入项目的config目录 # 启动 其中-e为conda/workon环境 ./zxqa_app.sh -e zxqa -f config.ini # 重启 ./zxqa_app.sh -s reload -e zxqa -f uwsgi.pid # 关闭 ./zxqa_app.sh -s stop -e zxqa -f uwsgi.pid # 强制关闭(最好不用) ./zxqa_app.sh -s quit -f uwsgi.pid ``` ##### 日志 ```bash # flask内stream的log,包括uwsgi的log config/logs/uwsgi.log # flask记录级别为NOSET的log config/logs/all.log # flask记录级别为ERROR的log config/logs/error.log # flask记录级别为INFO的log config/logs/info.log ``` #### 配置文件 1. config.ini请参照uwsgi的配置 #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)