зеркало из https://github.com/mozilla/mrburns.git
e47f3b476d | ||
---|---|---|
bin | ||
deploy | ||
mrburns | ||
prod_details_json | ||
requirements | ||
smithers | ||
.editorconfig | ||
.gitignore | ||
.travis.yml | ||
LICENSE | ||
README.md | ||
manage.py | ||
setup.cfg |
README.md
Mr. Burns
Source for the 2014 version of the Glow Firefox download stats site.
We bring you... Love!
Installation
- 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/mrburns.txt
pip install -r requirements/github.txt
peep.py can't handle github urls as of yet.cp mrburns/settings/local.py{-dist,}
- Assuming you have node.js and npm installed:
npm install -g less
./manage.py update_product_details
./manage.py runserver
- Open a browser to http://localhost:8000/.
- PROFIT!