Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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

  • To build the developers documentation, we must be running the LMS and Studio, so the documentation can successfully pull in docstrings from Python code.
  • To edit UI strings in HTML templates and test immediately, we need to have the system running locally.

 

  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.

 

  • No labels