Skip to content
This repository was archived by the owner on Oct 20, 2022. It is now read-only.

new feature: subscriptions #1

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
move load_data into the db subdir
just makes things a little easier to navigate
aristeinberg committed Nov 28, 2020
commit 2395873b0e1d82a4eb7ae82cec76dae31e0cb2e0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ To begin you'll need docker, pipenv, and python 3.7 installed locally to develop
2. Load the data into the postgres database:
1. Create a copy of `.env.sample` named `.env`, modifying the parameters to connect to your database.
2. Download the statewide zip files from https://elections.sos.ga.gov/Elections/voterabsenteefile.do for both the November general election (35209.zip) as well as the January runoff (35211.zip).
3. Type `./load_data.sh 35209` to load the general election data, and `./load_data.sh 35211` to load the runoff data. (This script can also be used to update the data when a new version of the zip file becomes available.)
3. Type `./db/load_data.sh 35209` to load the general election data, and `./db/load_data.sh 35211` to load the runoff data. (This script can also be used to update the data when a new version of the zip file becomes available.)
4. Run the SQL commands in `db/init.sql` (this only needs to be done once, after the initial batch of data has been loaded for both elections).

3. In another shell, run `pipenv sync --dev`
File renamed without changes.