Commit 452a84ea by Feanil Patel

Install requirements after we checkout the code.

parent 193f258b
......@@ -21,6 +21,11 @@
accept_hostkey=yes
environment:
GIT_SSH: "{{ git_ssh_script }}"
- name: install requirements
pip:
requirements: "{{ repo_path }}/requirements.txt"
virtualenv: "/opt/edx"
state: present
# Need to do this because the www-data user is not properly setup
# and can't run ssh.
- name: change owner to www-data
......
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