瀏覽代碼

启动脚本

luojiehua 2 年之前
父節點
當前提交
a483134d9a
共有 2 個文件被更改,包括 19 次插入0 次删除
  1. 19 0
      BiddingKG/readme/start.md
  2. 二進制
      BiddingKG/readme/~$I平台接入文档.docx

+ 19 - 0
BiddingKG/readme/start.md

@@ -0,0 +1,19 @@
+
+
+#项目路径在/data/python/BiddingKG
+
+#11022启动要素提取接口
+#激活环境
+source activate py37
+#切换目录
+cd /data/python
+#启动接口
+nohup gunicorn -w 11 --limit-request-fields 0 --limit-request-line 0 -t 1000 -b 0.0.0.0:15030 run_extract_server:app >> extract.log &
+
+#19022启动要素提取接口
+#激活环境
+source activate py37
+#切换目录
+cd /data/python
+#启动接口
+nohup gunicorn -w 10 --limit-request-fields 0 --limit-request-line 0 -t 1000 -b 0.0.0.0:15030 run_extract_server:app >> extract.log &

二進制
BiddingKG/readme/~$I平台接入文档.docx