Commit 667d4c05 by Joe Blaylock

Addressing jarv's concerns

parent 56d4b726
--- ---
- name: edx-update.sh, manual lms/cms update script - name: edx-update.sh, manual lms/cms update script
template: src=roles/common/templates/edx-update.sh.j2 dest=/usr/local/bin/edx-update.sh owner=ubuntu group=adm mode=0775 template: src=edx-update.sh.j2 dest=/usr/local/bin/edx-update.sh owner=ubuntu group=adm mode=0775
tags: tags:
- release - release
- update - update
...@@ -22,4 +22,4 @@ env SERVICE_VARIANT="cms" ...@@ -22,4 +22,4 @@ env SERVICE_VARIANT="cms"
chdir {{platform_code_dir}} chdir {{platform_code_dir}}
setuid www-data setuid www-data
exec ${venv_dir}/bin/gunicorn_django -b 127.0.0.1:$PORT -w $WORKERS --timeout=300 --pythonpath={{platform_code_dir}} --settings=cms.envs.aws exec {{venv_dir}}/bin/gunicorn_django -b 127.0.0.1:$PORT -w $WORKERS --timeout=300 --pythonpath={{platform_code_dir}} --settings=cms.envs.aws
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment