1 Star 0 Fork 1

skygod / devops

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
start_real.sh 817 Bytes
一键复制 编辑 原始数据 按行查看 历史
leffss 提交于 2020-10-09 15:28 . optimization
cd /home/workspace/devops/ && /home/python372/bin/pip3 install -i https://mirrors.aliyun.com/pypi/simple -r requirements.txt
cd /home/workspace/devops/ && export PYTHONOPTIMIZE=1 && /home/python372/bin/celery -A devops worker -l info -c 3 --max-tasks-per-child 40 --prefetch-multiplier 1 --pidfile logs/celery_worker.pid
cd /home/workspace/devops/ && export PYTHONOPTIMIZE=1 && /home/python372/bin/celery -A devops beat -l info --pidfile logs/celery_beat.pid
cd /home/workspace/devops/ && export PYTHONOPTIMIZE=1 && /home/python372/bin/python3 manage.py sshd
cd /home/workspace/devops/ && export PYTHONOPTIMIZE=1 && /home/python372/bin/daphne -b 0.0.0.0 -p 8001 devops.asgi:application
cd /home/workspace/devops/ && export PYTHONOPTIMIZE=1 && /home/python372/bin/gunicorn -c gunicorn.py devops.wsgi:application
1
https://gitee.com/skydong/devops.git
git@gitee.com:skydong/devops.git
skydong
devops
devops
master

搜索帮助