Skip to content

Instantly share code, notes, and snippets.

@jennyq
Last active August 29, 2015 14:19
Show Gist options
  • Save jennyq/960e7e2526f2bbe9a9a2 to your computer and use it in GitHub Desktop.
Save jennyq/960e7e2526f2bbe9a9a2 to your computer and use it in GitHub Desktop.
#!/bin/bash
cd /opt/webapps/orgs/tendenci_site
pip install -r requirements.txt
python deploy.py
sv stop tendenci_site
sleep 2
sv kill tendenci_site
sv start tendenci_site
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment