Created
July 12, 2010 15:44
-
-
Save samkeen/472620 to your computer and use it in GitHub Desktop.
This file contains 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
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