Created
February 23, 2015 21:15
-
-
Save rubic/dbd706610a243c0aeefe to your computer and use it in GitHub Desktop.
bash script for running Salsa locally
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 | |
SALSA_VIRTENV="salsa" | |
cd $HOME/.virtualenvs/$SALSA_VIRTENV | |
source ./bin/activate | |
export PYTHONPATH="$HOME/Projects" | |
cd $HOME/Projects/salsa | |
python manage.py runserver 8080 | |
stty sane |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment