Skip to content

Instantly share code, notes, and snippets.

@rubic
Created February 23, 2015 21:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rubic/dbd706610a243c0aeefe to your computer and use it in GitHub Desktop.
Save rubic/dbd706610a243c0aeefe to your computer and use it in GitHub Desktop.
bash script for running Salsa locally
#!/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