Commit 705aac67 by Peter Fogg

Update requirements installation commands for course discovery.

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