PostgreSQL, Redis and 7z are required.
$ brew install postgresql
$ brew install redis
$ brew install p7zip
Install PostgreSQL, Redis and 7z (p7zip-full)
$ apt-get install p7zip-full
$ 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
Make sure Postgres and Redis are running and accessible from localhost.
$ foreman start
$ rails s