Skip to content

Instantly share code, notes, and snippets.

@yoavram
Created January 23, 2013 08:49
Show Gist options
  • Save yoavram/4603274 to your computer and use it in GitHub Desktop.
Save yoavram/4603274 to your computer and use it in GitHub Desktop.
Instructions for installing sumatra_server_example. Note that the folder must be named smtserver, not sumatra_server_example.
#!/bin/sh
hg clone https://bitbucket.org/apdavison/sumatra_server_example smtserve
cd smtserve
virtualenv venv
source venv/bin/activate
pip -r requirements.txt
python manage.py syncdb
python manage.py runserver
Django==1.3.1
GitPython==0.3.2.RC1
Markdown==2.0.3
Pillow==1.7.8
PyYAML==3.10
Sumatra==0.4.0
argparse==1.2.1
async==0.6.1
bzr==2.6b2
django-contact-form==0.3.1
django-piston==0.2.3
django-registration==0.7
django-tagging==0.3.1
docutils==0.9.1
gitdb==0.5.4
httplib2==0.7.1
mercurial==1.9.2
numpy==1.6.1
simplejson==3.0.7
smmap==0.8.2
sumatra-server==0.1.0
wsgiref==0.1.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment