Last active
August 7, 2017 15:05
-
-
Save efischer19/b59802e853241c48cc2816cfff49f5d1 to your computer and use it in GitHub Desktop.
Install dev branch of proctoring in sandbox
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo vim /edx/app/edxapp/edx-platform/requirements/edx/github.txt | |
| # comment out the edx-proctoring line, so it doesn't get re-installed on top of you | |
| sudo su edxapp -s /bin/bash | |
| cd | |
| cd edx-platform | |
| source ../edxapp_env | |
| pip uninstall edx-proctoring -y | |
| pip install git+https://github.com/edx/edx-proctoring.git@your_branch_name#egg=edx-proctoring==0.18.2 | |
| exit | |
| /edx/bin/supervisorctl restart edxapp: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment