Skip to content

Instantly share code, notes, and snippets.

@renefritze
Forked from yoavram/install_smtserve.sh
Last active January 2, 2016 11:38
Show Gist options
  • Save renefritze/8297516 to your computer and use it in GitHub Desktop.
Save renefritze/8297516 to your computer and use it in GitHub Desktop.
#!/bin/sh
hg clone https://bitbucket.org/apdavison/sumatra_server_example smtserve
cd smtserve
virtualenv venv
source venv/bin/activate
pip install -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
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