- Katie Jiang
- Daniel Zhang
- Natasha Narang
- Sanjay Subramanian
$ git clone https://github.com/hack4impact/close-calls-philly.git
$ cd close-calls-philly
$ pip install virtualenv
$ virtualenv -p python3 env
$ source env/bin/activate
$ pip install -r requirements.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
$ honcho start -f Local