sc3 / cook-convictions

The Tarbell project that generates Convicted in Cook
http://convictions.smartchicagoapps.org/
6 stars 1 forks source link

cook-convictions

The Tarbell project used to generate Convicted in Cook.

Development

In order to get started developing this project, these are the steps to follow.

Install Tarbell

First, make sure you have Tarbell installed and configured.

It's best to install Tarbell inside of a virtualenv.

To install Tarbell:

pip install tarbell==0.9b6  

To configure Tarbell:

tarbell configure  

When the configuration script asks you, you should set up Google Spreadsheets, but you can leave Amazoon S3 setup for later.

Running this site

Clone the repo:

git clone git@github.com:sc3/cook-convictions.git

Change directory to the site's working copy:

cd cook-convictions  

Load the Tarbell blueprint, from https://github.com/bepetersn/tarbell-template:

git submodule update --init  

Run the Tarbell preview server:

tarbell serve