Skip to content

whilei/Boston

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boston

Getting started

Makefile

$ make # updates repo
$ make data # grabs and processes data into pgres

Dependencies

wget $ brew install wget

postgres $ brew install postgresql (here's a good resource for getting postgres set up and started on a mac)

Here's how I did it.

  1. Follow the website above.
  2. Then,
$ createdb aclum
$ psql aclum
$ createuser paw

postgis $ brew install postgis

Mac GDL $ brew install gdal for access to commands in data handling, like ogr2ogr

possible CLI setup flow

$ make
$ make data # if you get the download done but run into errors and get interrupted, i used 
$ make data_deal_with # which should just do the converting and inserting stuff
$ make bower_init
$ make links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 44.5%
  • Smarty 31.3%
  • Makefile 13.6%
  • CSS 4.8%
  • PLpgSQL 2.3%
  • Shell 2.1%
  • PHP 1.4%