Sequence to play with edX datajam
cd ~/edx-datajam-root ./edx-datajam ssh #get into virtual machine
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"
sudo su edxapp edx-cms-devserver # then go to localhost:8001
sudo su edxapp edx-insights-devserver # check message to see where it might be running, such as http://0.0.0.0:8002/ mongo
sudo su edxapp edx-workbench-devserver
sudo su forum edx-forum-devserver # go to localhost:4567
./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