Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

catsanddogs

This is a demo for the Data + Visualization Toronto Meetup group. It uses the Google Maps API to visualize data about Toronto's licensed cats and dogs.

Setup Instructions

Pre-requisites

  1. VirtualBox
  2. Vagrant

Booting Vagrant

Add the DVTO4 Vagrant Image to your local Vagrant cache:

vagrant box add dvto4 http://static.crowdriff.com/dvto/4/dvto4.box

Clone the repo and boot the Vagrant box:

git clone http://github.com/codeandiron/catsanddogs.git
cd catsanddogs
vagrant up

Once the Vagrant box has booted,

vagrant ssh
cd /vagrant  
sudo service postgresql start
rake db:seed
rails server  

The app is now available in your browser at http://localhost:3000

About

This is a demo for the Data + Visualization Toronto Meetup group. It uses the Google Maps API to visualize data about Toronto's licensed cats and dogs.

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors