Skip to content
This repository has been archived by the owner on Oct 23, 2018. It is now read-only.

Latest commit

 

History

History
22 lines (12 loc) · 551 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 551 Bytes

vagrant-opencivicdata.org

Vagrant and ansible files for pieces of opencivicdata.org

(useful for development & deployment)

Usage

vagrant up db     # start a local Postgres on 10.42.2.101

vagrant up site   # start opencivicdata.org on 10.42.2.100

vagrant up api    # start api.opencivicdata.org on 10.42.2.102

Downloading Shapefiles

By default shapefiles aren't downloaded, enable them via:

export USE_GEO=1
vagrant provision api