1 Star 1 Fork 0

sixofseven/DeepQA

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup_server.sh 373 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/bash
echo "Don't use this script for now!"
exit 1
cd chatbot_website/
# Only necessary the first time
#python3 manage.py makemigrations
#python3 manage.py makemigrations chatbot_interface
#python3 manage.py migrate
# Launch the server
redis-server &
python3 manage.py runserver
#daphne chatbot_website.asgi:channel_layer --port 8888
#python manage.py runworker
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sixofseven/DeepQA.git
git@gitee.com:sixofseven/DeepQA.git
sixofseven
DeepQA
DeepQA
master

搜索帮助