Skip to content

haplesshero13/garpr

 
 

Repository files navigation

Environment Setup

  1. Install mongodb
  2. Configure a user and a password for mongo against the admin database.
  3. virtualenv env
  4. source env/bin/activate
  5. pip install -r requirements.txt (make sure to install the right version of mongomock as mentioned below)
  6. Copy config/config.ini.template to config/config.ini and fill it out with a valid database/challonge config (the facebook section is not needed for tests and can be left with the dummy config).

Versions issues

mongomock was installed from master, not 2.0.0

pip install git+https://github.com/vmalloc/mongomock.git@master

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.4%
  • JavaScript 7.4%
  • Shell 0.2%