Skip to content

Instantly share code, notes, and snippets.

@vertexclique
Created August 14, 2013 20:02
Show Gist options
  • Save vertexclique/6234998 to your computer and use it in GitHub Desktop.
Save vertexclique/6234998 to your computer and use it in GitHub Desktop.
brownian installation
easy_install pip
pip install virtualenv
virtualenv Brownian
cd Brownian
source ./bin/active
pip install PyTZ==2013b
pip install git+https://github.com/grigorescu/Brownian.git
export DJANGO_SETTINGS_MODULE=Brownian.settings
echo "Please look for the sqlite database creation and server start commands."
@vertexclique
Copy link
Author

$ python ./bin/django-admin.py syncdb $ python ./bin/django-admin.py runserver

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment