- Rani Iyer
- Annie Meng
- Stephanie Shi
- Sanjay Subramanian
- Ben Sandler
- Brandon Obas
- Kyle Rosenbluth
```
$ git clone https://github.com/hack4impact/maps4all-jlc-sp2.git
$ cd maps4all-jlc-sp2
```
$ pip install virtualenv
$ virtualenv env
$ source env/bin/activate
(If you're on a mac) Make sure xcode tools are installed
$ xcode-select --install
$ 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
$ source env/bin/activate
$ foreman start -f Local