bundle install
rake db:migrate db:seed #seed creates admin user and packages
you need this route in your hosts for google maps api key
sudo echo "0.0.0.0 localhost.dev" >> /etc/hosts
rails s
open http://localhost.dev:3000
http://www.railsbricks.net/get-started
bundle exec rake google_places_loader:load[YOUR_API_KEY_HERE,/where/you/want/the/data.json]