Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.

mozilla/mrburns

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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!

About

Source for the 2014 version of the glow Firefox download stats site. We bring you love!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published