Created
July 5, 2012 22:41
-
-
Save woodbridge/3056922 to your computer and use it in GitHub Desktop.
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
| #!/bin/bash | |
| source "$HOME/casexpert/bin/activate" | |
| cd "$HOME/casexpert/src" | |
| git pull --rebase | |
| casexpert/manage.py migrate | |
| casexpert/manage.py synccompress | |
| # We should fix this, the app is setup incorrectly | |
| #casexpert/manage.py collectstatic | |
| sudo restart casexpert |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment