摘要: 1.先创建目录,和选择路径 2.commit -> sync 3. cd ~/.ssh 查看公钥 在github 添加公钥. 4. 克隆文件git clone git@github.con:cuzz1/day14 5.下次更新只需要git pull 阅读全文
posted @ 2017-12-19 21:26 cuzz_z 阅读(202) 评论(0) 推荐(0) 编辑
摘要: 1.在主目录中添加一个wsgi.py文件 2.安装gunicorn pip3 install gunicorn (green unicorn) 独角兽 3. gunicorn wsgi --bind 0.0.0.0:2000 4.安装supervisor : pip install supervis 阅读全文
posted @ 2017-12-19 17:58 cuzz_z 阅读(161) 评论(0) 推荐(0) 编辑