Skip to content

Instantly share code, notes, and snippets.

@tonytan4ever
Last active April 10, 2018 04:30
Show Gist options
  • Save tonytan4ever/38eca773fad7ede4f359e85287f9a1b0 to your computer and use it in GitHub Desktop.
Save tonytan4ever/38eca773fad7ede4f359e85287f9a1b0 to your computer and use it in GitHub Desktop.
edxapp_aliase
alias paver-collectstatic='cd /edx/app/edxapp/edx-platform; date; time python manage.py lms --settings=aws collectstatic --noinput'
alias paver-compile='cd /edx/app/edxapp/edx-platform; time paver update_assets lms --settings=aws'
alias paver-compile-debug='cd /edx/app/edxapp/edx-platform; time paver update_assets lms --settings=aws --debug'
alias paver-go='cd /edx/app/edxapp/edx-platform; paver update_assets lms --settings=aws; paverdevstack lms --fast'
alias paver-run='cd /edx/app/edxapp/edx-platform; paver devstack lms --fast'
alias theme-base='cd /edx/app/edxapp/themes/dentalpost-theme/lms/static/sass/partials/base'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment