geobox icon indicating copy to clipboard operation
geobox copied to clipboard

A hackbox for geo stuff

Results 6 geobox issues
Sort by recently updated
recently updated
newest added

[looks like link in zsh-theme installation is broken](https://github.com/zhm/geobox/blob/master/cookbooks/core/recipes/default.rb#L184), which makes the provisioning to hang for a while ``` bash ➜ ~ curl https://raw.githubusercontent.com/gist/1e701eb696d8804fa19c/c729347309a79f6820f4ad6feb7b517242755510/hackbox.zsh-theme 400: Invalid request ➜ ~ ```

Resolved this issue by modifying the Vagrantfile per these instructions: https://github.com/mitchellh/vagrant/issues/1541#issuecomment-17315713

I noticed that postgres users where not being setup, as expected in https://github.com/zhm/geobox/blob/master/cookbooks/core/recipes/default.rb#L86, so I did a `vagrant provision` and catched this: ``` bash ==> default: Error executing action `run`...

On [default.rb line 83](https://github.com/zhm/geobox/blob/master/cookbooks/core/recipes/default.rb#L83) the gist URLs it references (for fetching postgres config files) ...seems like they no longer exist.

I got the following error when I ran vagrant up. Please help. Thanks [2012-10-10T05:13:43+00:00] INFO: Processing execute[setup cartodb] action run (core::default line 284) [2012-10-10T05:15:21+00:00] ERROR: Running exception handlers [2012-10-10T05:15:21+00:00] ERROR:...