Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  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:
    1. If you have closed your connection, run vagrant up.
    You must use 
    1. Run vagrant ssh
     into the box
    1. ,
    then 
    1. then run sudo su edxapp.
  6. Edit documentation or UI text.
    1. To see and edit developer documentation:
      1. Switch to the directory that contains your documentation (for example, edx-platform/docs/en_us/developers or edx-platform/docs/en_us/platform_api), and then run make html.
      2. In the build
    the developers doc to get the docstrings.You can also edit UI text and
      1. /html directory, open the file that you want to see in your browser.
      2. In Finder, locate the files that you want to edit, edit the text in a text editor, and save the file.
      3. Run make html again, and then refresh the browser page.
    1. To edit UI text:
      1. In your browser, open the page you want in Studio or the LMS.
      2. In Finder, locate the file that contains the text you want, edit the text in a text editor, and save the file.
      3. In your browser, refresh the page to see changes.
  7. Commit and synch changes in Git as you would otherwise.

...