Last active
April 10, 2018 04:30
-
-
Save tonytan4ever/38eca773fad7ede4f359e85287f9a1b0 to your computer and use it in GitHub Desktop.
edxapp_aliase
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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