Commit 705aac67 by Peter Fogg

Update requirements installation commands for course discovery.

See edx/course-discovery@7482d0e4.
parent 6d244f01
......@@ -57,7 +57,7 @@
- install:system-requirements
- name: install application requirements
command: make requirements
command: make production-requirements
args:
chdir: "{{ discovery_code_dir }}"
sudo_user: "{{ discovery_user }}"
......@@ -67,7 +67,7 @@
- install:app-requirements
- name: install development requirements
command: make local-requirements
command: make requirements
args:
chdir: "{{ discovery_code_dir }}"
sudo_user: "{{ discovery_user }}"
......
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