Skip to content

Instantly share code, notes, and snippets.

@votaguz
Created November 14, 2013 03:13
Show Gist options
  • Save votaguz/7460726 to your computer and use it in GitHub Desktop.
Save votaguz/7460726 to your computer and use it in GitHub Desktop.
#!/bin/bash
set -e
cd /home/wayuu/apps/wayuu/wayuu
source /home/wayuu/apps/wayuu/bin/activate
exec ./manage.py runserver 0.0.0.0:9000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment