Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/stasm/replaydog
- Owner: stasm
- Created: 2011-09-13T05:47:02.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-09-13T22:21:57.000Z (over 13 years ago)
- Last Synced: 2024-10-16T18:18:49.944Z (3 months ago)
- Language: Python
- Homepage: replaydog.com
- Size: 93.8 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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