Skip to content

Instantly share code, notes, and snippets.

@samkeen
Created July 12, 2010 15:44
Show Gist options
  • Save samkeen/472620 to your computer and use it in GitHub Desktop.
Save samkeen/472620 to your computer and use it in GitHub Desktop.
open term
$ workon zamboni
$ pyman runserver 8888
open term
$ rabbitmq-server
# if wont start, http://gist.github.com/472601
open term
$ workon zamboni
$ pyman celeryd $OPTIONS
# is won't connect see: http://gist.github.com/472601
open term
$ workon zamboni
$ git pull
$ git st
# if needed: $ git submodule update {module name}
$ schematic migrations
$ pip install -r requirements/dev.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment