hallvors / mobilewebcompat

The code that runs arewecompatibleyet.com

Home Page:http://arewecompatibleyet.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mobilewebcompat

The code that runs arewecompatibleyet.com

Contributing

  1. Clone this repository
  2. Install the python requirements specified in requirements.txt with:
pip install -r requirements.txt
  1. Start the server with:
python wsgi.py
  1. Open http://localhost:8000 in your browser

  2. To update the local cache of bug data, run python preproc/buildlists.py (this will take a while).

Deployment

The arewecompatibleyet.com site is hosted on Heroku. Someone with sufficient permissions can update it by adding a named remote to git:

heroku  https://git.heroku.com/arewecompatibleyet.git (fetch)
heroku  https://git.heroku.com/arewecompatibleyet.git (push)

and use git push heroku master to update the live instance.

License

Mozilla Public License, ver. 2

About

The code that runs arewecompatibleyet.com

http://arewecompatibleyet.com

License:Mozilla Public License 2.0


Languages

Language:JavaScript 95.5%Language:Python 2.6%Language:HTML 1.0%Language:CSS 0.9%Language:PHP 0.0%Language:ApacheConf 0.0%