Skip to content

Instantly share code, notes, and snippets.

@rpietro
Created December 18, 2013 02:03
Show Gist options
  • Save rpietro/8016198 to your computer and use it in GitHub Desktop.
Save rpietro/8016198 to your computer and use it in GitHub Desktop.
edx datajam image installed through virtualbox and vagrant

Sequence to play with edX datajam

getting into the virtual machine

cd ~/edx-datajam-root ./edx-datajam ssh #get into virtual machine

LMS workflow

sudo su edxapp # switch to the edxapp account edx-lms-devserver # start server and go to localhost:8000, then login with user "[email protected]" and password "datajam"

Studio workflow

sudo su edxapp edx-cms-devserver # then go to localhost:8001

Insights workflow

sudo su edxapp edx-insights-devserver # check message to see where it might be running, such as http://0.0.0.0:8002/ mongo

XBlock Workbench Workflow

sudo su edxapp edx-workbench-devserver

Forum workflow

sudo su forum edx-forum-devserver # go to localhost:4567

Closing

./edx-datajam halt ./edx-datajam start ./edx-datajam destroy # will delete any files stored in the virtual environment excluding the repositories that are stored in the host environment and NFS mounted into the virtual environment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment