Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stasm/replaydog

Simple StarCraft replay sharing
https://github.com/stasm/replaydog

Last synced: about 1 month ago
JSON representation

Simple StarCraft replay sharing

Awesome Lists containing this project

README

        

Set up
======

git clone git://github.com/stasm/replaydog.git
cd replaydog
virtualenv --no-site-packages --python=python2.7 env
source env/bin/activate
pip install -r requirements.txt
./manage.py validate
./manage.py syncdb
./manage.py runserver 0.0.0.0:8001