Source for the 2014 version of the Glow Firefox download stats site.
We bring you... Love!
- Clone the repo:
git clone https://github.com/mozilla/mrburns.git
cd mrburns
- Assuming you have virtualenv and virtualenvwrapper installed:
mkvirtualenv mrburns
- If you don't have virtualenv(wrapper) you can install them:
pip install virtualenvwrapper
- If you don't have virtualenv(wrapper) you can install them:
- Upgrade pip:
pip install -U pip
bin/peep.py install -r requirements.txt
cp mrburns/settings/local.py{-dist,}
- Assuming you have node.js and npm installed:
npm install -g less
./manage.py runserver
- Open a browser to http://localhost:8000/.
- PROFIT!