Skip to content

Instantly share code, notes, and snippets.

@efischer19
Last active August 7, 2017 15:05
Show Gist options
  • Select an option

  • Save efischer19/b59802e853241c48cc2816cfff49f5d1 to your computer and use it in GitHub Desktop.

Select an option

Save efischer19/b59802e853241c48cc2816cfff49f5d1 to your computer and use it in GitHub Desktop.
Install dev branch of proctoring in sandbox
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