Source for the 2014 version of the glow Firefox download stats site. We bring you love!
Перейти к файлу
Paul McLanahan e47f3b476d Avoid saving revision file in smithers-only mode. 2014-06-18 16:36:32 -04:00
bin Merge pull request #189 from pmclanahan/add-strings-from-json 2014-05-14 11:28:23 -04:00
deploy Avoid saving revision file in smithers-only mode. 2014-06-18 16:36:32 -04:00
mrburns Add script to populate .po files from l10n JSON. 2014-05-12 17:21:23 -04:00
prod_details_json Add pyuca for proper sorting of unicode strings. 2014-04-22 17:22:35 -04:00
requirements Upgrade to Django 1.6.5. 2014-05-14 17:49:54 -04:00
smithers Make statsd host configurable via env. 2014-06-18 15:36:11 -04:00
.editorconfig Add editorconfig file. 2014-03-19 01:17:20 -04:00
.gitignore Add pyuca for proper sorting of unicode strings. 2014-04-22 17:22:35 -04:00
.travis.yml Add pyuca for proper sorting of unicode strings. 2014-04-22 17:22:35 -04:00
LICENSE Initial commit 2014-03-13 19:01:43 -07:00
README.md Add pyuca for proper sorting of unicode strings. 2014-04-22 17:22:35 -04:00
manage.py Add pyuca for proper sorting of unicode strings. 2014-04-22 17:22:35 -04:00
setup.cfg Add travis and flake8 configs. 2014-04-09 17:59:02 -04:00

README.md

Mr. Burns

Source for the 2014 version of the Glow Firefox download stats site.

Build Status Coverage Status

We bring you... Love!

Installation

  1. Clone the repo: git clone https://github.com/mozilla/mrburns.git
  2. cd mrburns
  3. Assuming you have virtualenv and virtualenvwrapper installed: mkvirtualenv mrburns
    • If you don't have virtualenv(wrapper) you can install them: pip install virtualenvwrapper
  4. Upgrade pip: pip install -U pip
  5. bin/peep.py install -r requirements/mrburns.txt
  6. pip install -r requirements/github.txt peep.py can't handle github urls as of yet.
  7. cp mrburns/settings/local.py{-dist,}
  8. Assuming you have node.js and npm installed: npm install -g less
  9. ./manage.py update_product_details
  10. ./manage.py runserver
  11. Open a browser to http://localhost:8000/.
  12. PROFIT!