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

« Previous Version 3

If you are making changes to UI strings or Help text in HTML templates, you can make edx-platform your working GIT directory in a running version of devstack. When you make your changes you can verify them in your local devstack prior to making commits to the master branch of edx-platform.

  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.
    2. Run vagrant ssh, then run sudo su edxapp.
  6. 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.

 

  • No labels