IdleFreePhilly allows anyone to report illegal vehicle idling.
$ git clone https://github.com/hack4impact/idle-free-philly.git
$ cd idle-free-philly
$ pip install virtualenv
$ virtualenv env
$ source env/bin/activate
$ pip install -r requirements/common.txt
$ pip install -r requirements/dev.txt
You need to install Foreman and Redis. Chances are, these commands will work:
$ gem install foreman
Mac (using homebrew):
$ brew install redis
Linux:
$ sudo apt-get install redis-server
$ python manage.py recreate_db
$ python manage.py setup_dev
$ python manage.py add_fake_data
$ python manage.py parse_csv -f poll244.csv
$ source env/bin/activate
$ foreman start -f Local