There are times when we want to make edx-platform in a running version of devstack our working GIT directory:

 

  1. Install Devstack on your local system as described here.
  2. Complete steps through vagrant up.
  3. In Git for Mac, clone the repository to the devstack directory. You are overwriting the edx-platform directory with the repository from github.
  4. Select your working branch and synch it.
  5. Continue with instructions to run devstack.
  6. You must use vagrant ssh into the box, then sudo su edxapp, then build the developers doc to get the docstrings.
  7. You can also edit UI text and refresh the page to see changes.
  8. Commit and synch changes in Git as you would otherwise.