sc3 / cookcountyjail

A Django app that tracks the population of Cook County Jail over time and summarizes trends.
http://cookcountyjail.recoveredfactory.net/api/1.0/?format=json
Other
31 stars 23 forks source link

Add scratch directory for capturing Raw Inmate Data #433

Closed nwinklareth closed 10 years ago

nwinklareth commented 10 years ago

A directory is needed where the raw inmate data can be stored until all of it has been captured and that is not visible to outsiders. In other words it must not be the same as the directory specified in #431.

The directory will be locate: /home/ubuntu/website/scratch/scraper/raw_inmate_data.

This location will be added to the scraper.sh file stored in the environment variable, CCJ_RAW_INMATE_DATA_BUILD_DIR.