alexhanh / drop.sc

The code that powers drop.sc

Home Page:http://drop.sc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installing

PostgreSQL, Redis and 7z are required.

Mac OS X

$ brew install postgresql
$ brew install redis
$ brew install p7zip

Linux

Install PostgreSQL, Redis and 7z (p7zip-full)

$ apt-get install p7zip-full

Other stuff

$ mkdir -p files/replays
$ mkdir -p files/packs

$ git submodule init
$ git submodule update

$ python setup.py develop

$ bundle install
$ rake db:create
$ rake db:migrate

Running

Make sure Postgres and Redis are running and accessible from localhost.

$ foreman start
$ rails s

About

The code that powers drop.sc

http://drop.sc

License:MIT License


Languages

Language:Ruby 55.1%Language:JavaScript 40.5%Language:Python 4.4%