Skip to content

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.

License

Notifications You must be signed in to change notification settings

codeandiron/catsanddogs

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published