Created
January 29, 2012 02:21
-
-
Save brianboyer/1696819 to your computer and use it in GitHub Desktop.
Revisions
-
brianboyer revised this gist
Jul 26, 2012 . 1 changed file with 9 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -49,6 +49,15 @@ Build mapnik brew install mapnik ``` ### And of course, you must have virtualenv Get pip, if you haven't already, then vitrualenv. And then virtualenvwrapper (http://virtualenvwrapper.readthedocs.org/) cuz its awesome. (Adding the setup to the end of my .zshrc, use .bash_profile or whatever if you like.) ``` sudo easy_install pip sudo pip install virtualenv sudo pip install virtualenvwrapper echo 'source /usr/local/bin/virtualenvwrapper.sh' >> ~/.zshrc ``` ### Doing ruby? Get rbenv (https://github.com/sstephenson/rbenv). -
brianboyer revised this gist
Jul 23, 2012 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -38,9 +38,11 @@ brew install postgis Tap the homebrew/science repo and build QGIS ``` brew install libspatialite brew tap homebrew/science brew install qgis --with-grass --with-postgis ``` Follow the instructions to make it a pretty bundle... Build mapnik ``` -
brianboyer revised this gist
Jul 23, 2012 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,10 +3,10 @@ * Swap Control and Caps Lock in System Preferences -> Keyboard -> Modifier Keys * Google Chrome http://www.google.com/chrome/ * iTerm2 http://www.iterm2.com/ * Oh my zsh https://github.com/robbyrussell/oh-my-zsh/ * XCode (from the mac app store) * XCode command line tools (run XCode, go to Preferences -> Downloads -> Command Line Tools) * Homebrew https://github.com/mxcl/homebrew/wiki/installation ### Fire up your database @@ -72,4 +72,4 @@ rbenv install 1.9.3-p194 * CrashPlan http://www.crashplan.com/ * Divvy http://mizage.com/ * BusySync http://www.busymac.com/busysync/ (Not necessary for dev, but necessary for keeping Google Calendar and Exchange in sync.) * Skype (direct download link) http://www.skype.com/intl/en-us/get-skype/on-your-computer/macosx/post-download/ -
brianboyer revised this gist
Jul 23, 2012 . 1 changed file with 5 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ ### First things first... * Swap Control and Caps Lock in System Preferences -> Keyboard -> Modifier Keys * Google Chrome http://www.google.com/chrome/ @@ -8,7 +8,7 @@ * Homebrew https://github.com/mxcl/homebrew/wiki/installation * Oh my zsh https://github.com/robbyrussell/oh-my-zsh/ ### Fire up your database * Edit /etc/paths to put /usr/local/bin on top, so that lion's psql doesnt win @@ -34,7 +34,7 @@ brew install postgis ``` (creating geo databases got easier, no need to install the templates, see http://postgis.refractions.net/documentation/manual-2.0/postgis_installation.html#create_new_db_extensions) ### Higher-level GIS tools Tap the homebrew/science repo and build QGIS ``` @@ -47,7 +47,7 @@ Build mapnik brew install mapnik ``` ### Doing ruby? Get rbenv (https://github.com/sstephenson/rbenv). @@ -64,7 +64,7 @@ rbenv install rbenv install 1.9.3-p194 ``` ### Other tools I love * TileMill http://mapbox.com/tilemill/ * macvim (Trying vim. We'll see how this goes.) http://code.google.com/p/macvim/ * iStat Menus http://bjango.com/mac/istatmenus/ -
brianboyer revised this gist
Jul 23, 2012 . 1 changed file with 10 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ ## First things first... * Swap Control and Caps Lock in System Preferences -> Keyboard -> Modifier Keys * Google Chrome http://www.google.com/chrome/ @@ -8,6 +8,8 @@ First things first... * Homebrew https://github.com/mxcl/homebrew/wiki/installation * Oh my zsh https://github.com/robbyrussell/oh-my-zsh/ ## Fire up your database * Edit /etc/paths to put /usr/local/bin on top, so that lion's psql doesnt win Install postgres and init the db @@ -32,6 +34,8 @@ brew install postgis ``` (creating geo databases got easier, no need to install the templates, see http://postgis.refractions.net/documentation/manual-2.0/postgis_installation.html#create_new_db_extensions) ## Higher-level GIS tools Tap the homebrew/science repo and build QGIS ``` brew tap homebrew/science @@ -43,9 +47,11 @@ Build mapnik brew install mapnik ``` ## Doing ruby? Get rbenv (https://github.com/sstephenson/rbenv). Note, I'm modifying my .zshrc cuz I do zsh. You'd do your .bash_profile if you're normal. ``` brew install rbenv brew install ruby-build @@ -58,7 +64,7 @@ rbenv install rbenv install 1.9.3-p194 ``` ## Other tools I love * TileMill http://mapbox.com/tilemill/ * macvim (Trying vim. We'll see how this goes.) http://code.google.com/p/macvim/ * iStat Menus http://bjango.com/mac/istatmenus/ -
brianboyer revised this gist
Jul 23, 2012 . 1 changed file with 14 additions and 14 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,8 @@ First things first... * Swap Control and Caps Lock in System Preferences -> Keyboard -> Modifier Keys * Google Chrome http://www.google.com/chrome/ * iTerm2 http://www.iterm2.com/ * XCode (from the mac app store) * XCode command line tools (run XCode, go to Preferences -> Downloads -> Command Line Tools) * Homebrew https://github.com/mxcl/homebrew/wiki/installation @@ -40,18 +43,6 @@ Build mapnik brew install mapnik ``` Doing ruby? Get rbenv (https://github.com/sstephenson/rbenv). Note, I'm modifying my .zshrc cuz I do zsh. You'd do your .bash_profile if you're normal. @@ -65,5 +56,14 @@ You'll want to open a new shell to get that stuff we just put on your path. Here ``` rbenv install rbenv install 1.9.3-p194 ``` Other tools I love * TileMill http://mapbox.com/tilemill/ * macvim (Trying vim. We'll see how this goes.) http://code.google.com/p/macvim/ * iStat Menus http://bjango.com/mac/istatmenus/ * The Unarchiver http://wakaba.c3.cx/s/apps/unarchiver * CrashPlan http://www.crashplan.com/ * Divvy http://mizage.com/ * BusySync http://www.busymac.com/busysync/ (Not necessary for dev, but necessary for keeping Google Calendar and Exchange in sync.) * Skype (direct download link) http://www.skype.com/intl/en-us/get-skype/on-your-computer/macosx/post-download/ -
brianboyer revised this gist
Jul 23, 2012 . 1 changed file with 3 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -13,7 +13,7 @@ brew install postgres initdb /usr/local/var/postgres ``` Add aliases to your shell for spinning postgres up/down (and while we're at it, put brew's python packages on the path so we can run mapnik later and tell zsh not to autocorrect a couple things) ``` alias postgresup='pg_ctl -D /usr/local/var/postgres -l /usr/local/var/postgres/server.log start' alias postgresdown='pg_ctl -D /usr/local/var/postgres stop -s -m fast' @@ -27,20 +27,18 @@ Okay, now install the GIS fun after postgres is happy brew install gdal --with-postgres brew install postgis ``` (creating geo databases got easier, no need to install the templates, see http://postgis.refractions.net/documentation/manual-2.0/postgis_installation.html#create_new_db_extensions) Tap the homebrew/science repo and build QGIS ``` brew tap homebrew/science brew install qgis --with-grass --with-postgis ``` Build mapnik ``` brew install mapnik ``` * QGIS http://www.kyngchaos.com/software/qgis * TileMill http://mapbox.com/tilemill/ -
brianboyer revised this gist
Jul 23, 2012 . 1 changed file with 6 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -28,6 +28,12 @@ brew install gdal --with-postgres brew install postgis ``` Tap the homebrew/science repo and build QGIS ``` brew tap homebrew/science brew install qgis --with-grass --with-postgis ``` (creating geo databases got easier, no need to install the templates, see http://postgis.refractions.net/documentation/manual-2.0/postgis_installation.html#create_new_db_extensions) ``` -
brianboyer revised this gist
Jul 23, 2012 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,10 +5,12 @@ First things first... swap Control and Caps Lock in System Preferences -> Keyboa * Homebrew https://github.com/mxcl/homebrew/wiki/installation * Oh my zsh https://github.com/robbyrussell/oh-my-zsh/ * Edit /etc/paths to put /usr/local/bin on top, so that lion's psql doesnt win Install postgres and init the db ``` brew install postgres initdb /usr/local/var/postgres ``` Add aliases to your shell for spinning postgres up/down (and while we're at it, put brew's python packages on the path and tell zsh not to autocorrect a couple things) -
brianboyer revised this gist
Jul 23, 2012 . 1 changed file with 6 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -11,13 +11,16 @@ edit /etc/paths to put /usr/local/bin on top, so that lion's psql doesnt win brew install postgres ``` Add aliases to your shell for spinning postgres up/down (and while we're at it, put brew's python packages on the path and tell zsh not to autocorrect a couple things) ``` alias postgresup='pg_ctl -D /usr/local/var/postgres -l /usr/local/var/postgres/server.log start' alias postgresdown='pg_ctl -D /usr/local/var/postgres stop -s -m fast' export PYTHONPATH=/usr/local/lib/python2.7/site-packages:$PYTHONPATH alias mvim='nocorrect mvim' alias rbenv='nocorrect rbenv' ``` Okay, now install the GIS fun after postgres is happy ``` brew install gdal --with-postgres brew install postgis -
brianboyer revised this gist
Jul 23, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,6 +3,7 @@ First things first... swap Control and Caps Lock in System Preferences -> Keyboa * XCode (from the mac app store) * XCode command line tools (run XCode, go to Preferences -> Downloads -> Command Line Tools) * Homebrew https://github.com/mxcl/homebrew/wiki/installation * Oh my zsh https://github.com/robbyrussell/oh-my-zsh/ edit /etc/paths to put /usr/local/bin on top, so that lion's psql doesnt win @@ -33,7 +34,6 @@ export PYTHONPATH=/usr/local/lib/python2.7/site-packages:$PYTHONPATH * QGIS http://www.kyngchaos.com/software/qgis * TileMill http://mapbox.com/tilemill/ * iTerm2 http://www.iterm2.com/ * macvim (Trying vim. We'll see how this goes.) http://code.google.com/p/macvim/ * Google Chrome http://www.google.com/chrome/ * iStat Menus http://bjango.com/mac/istatmenus/ -
brianboyer revised this gist
Jul 23, 2012 . 1 changed file with 10 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -8,6 +8,16 @@ edit /etc/paths to put /usr/local/bin on top, so that lion's psql doesnt win ``` brew install postgres ``` add aliases to your shell for spinning postgres up/down ``` ``` Okay, now install the GIS fun after postgres is happy ``` brew install gdal --with-postgres brew install postgis ``` -
brianboyer revised this gist
Jul 23, 2012 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -31,6 +31,7 @@ export PYTHONPATH=/usr/local/lib/python2.7/site-packages:$PYTHONPATH * CrashPlan http://www.crashplan.com/ * Divvy http://mizage.com/ * BusySync http://www.busymac.com/busysync/ (Not necessary for dev, but necessary for keeping Google Calendar and Exchange in sync.) * Skype (direct download link) http://www.skype.com/intl/en-us/get-skype/on-your-computer/macosx/post-download/ Doing ruby? Get rbenv (https://github.com/sstephenson/rbenv). Note, I'm modifying my .zshrc cuz I do zsh. You'd do your .bash_profile if you're normal. -
brianboyer revised this gist
Jul 23, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ First things first... swap Control and Caps Lock in System Preferences -> Keyboard -> Modifier Keys * XCode (from the mac app store) * XCode command line tools (run XCode, go to Preferences -> Downloads -> Command Line Tools) * Homebrew https://github.com/mxcl/homebrew/wiki/installation edit /etc/paths to put /usr/local/bin on top, so that lion's psql doesnt win -
brianboyer revised this gist
Jul 23, 2012 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -30,6 +30,7 @@ export PYTHONPATH=/usr/local/lib/python2.7/site-packages:$PYTHONPATH * The Unarchiver http://wakaba.c3.cx/s/apps/unarchiver * CrashPlan http://www.crashplan.com/ * Divvy http://mizage.com/ * BusySync http://www.busymac.com/busysync/ (Not necessary for dev, but necessary for keeping Google Calendar and Exchange in sync.) Doing ruby? Get rbenv (https://github.com/sstephenson/rbenv). Note, I'm modifying my .zshrc cuz I do zsh. You'd do your .bash_profile if you're normal. -
brianboyer revised this gist
Jul 23, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ First things first... swap Control and Caps Lock in System Preferences -> Keyboard -> Modifier Keys * XCode (from the mac app store) * XCode command line tools (run XCode, go to preferences, add the package) -
brianboyer revised this gist
Jul 23, 2012 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,5 @@ First things first... swap Control and Caps Lock. * XCode (from the mac app store) * XCode command line tools (run XCode, go to preferences, add the package) * Homebrew https://github.com/mxcl/homebrew/wiki/installation -
brianboyer revised this gist
Jul 16, 2012 . 1 changed file with 7 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -35,5 +35,12 @@ Note, I'm modifying my .zshrc cuz I do zsh. You'd do your .bash_profile if you'r ``` brew install rbenv brew install ruby-build echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.zshrc echo 'eval "$(rbenv init -)"' >> ~/.zshrc ``` You'll want to open a new shell to get that stuff we just put on your path. Here's how you see what fancy new ruby versions you can install, and how to get one w/ rbenv: ``` rbenv install rbenv install 1.9.3-p194 ``` -
brianboyer revised this gist
Jul 16, 2012 . 1 changed file with 10 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -27,4 +27,13 @@ export PYTHONPATH=/usr/local/lib/python2.7/site-packages:$PYTHONPATH * iStat Menus http://bjango.com/mac/istatmenus/ * The Unarchiver http://wakaba.c3.cx/s/apps/unarchiver * CrashPlan http://www.crashplan.com/ * Divvy http://mizage.com/ Doing ruby? Get rbenv (https://github.com/sstephenson/rbenv). Note, I'm modifying my .zshrc cuz I do zsh. You'd do your .bash_profile if you're normal. ``` brew install rbenv brew install ruby-build echo 'eval "$(rbenv init -)"' >> ~/.zshrc ``` -
brianboyer revised this gist
Jul 13, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -20,9 +20,9 @@ export PYTHONPATH=/usr/local/lib/python2.7/site-packages:$PYTHONPATH * QGIS http://www.kyngchaos.com/software/qgis * TileMill http://mapbox.com/tilemill/ * iTerm2 http://www.iterm2.com/ * Oh my zsh https://github.com/robbyrussell/oh-my-zsh/ * macvim (Trying vim. We'll see how this goes.) http://code.google.com/p/macvim/ * Google Chrome http://www.google.com/chrome/ * iStat Menus http://bjango.com/mac/istatmenus/ * The Unarchiver http://wakaba.c3.cx/s/apps/unarchiver -
brianboyer revised this gist
Jul 13, 2012 . 1 changed file with 3 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,6 @@ * XCode (from the mac app store) * XCode command line tools (run XCode, go to preferences, add the package) * Homebrew https://github.com/mxcl/homebrew/wiki/installation edit /etc/paths to put /usr/local/bin on top, so that lion's psql doesnt win -
brianboyer revised this gist
Jul 13, 2012 . 1 changed file with 10 additions and 11 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -19,14 +19,13 @@ brew install mapnik don't forget to update your pythonpath so you can import mapnik. add to your .bash_profile: export PYTHONPATH=/usr/local/lib/python2.7/site-packages:$PYTHONPATH * QGIS http://www.kyngchaos.com/software/qgis * TileMill http://mapbox.com/tilemill/ * TextMate 2 http://blog.macromates.com/2011/textmate-2-0-alpha/ * iTerm2 http://www.iterm2.com/ * Oh my zsh https://github.com/robbyrussell/oh-my-zsh/ * Google Chrome http://www.google.com/chrome/ * iStat Menus http://bjango.com/mac/istatmenus/ * The Unarchiver http://wakaba.c3.cx/s/apps/unarchiver * CrashPlan http://www.crashplan.com/ * Divvy http://mizage.com/ -
brianboyer renamed this gist
Jul 13, 2012 . 1 changed file with 14 additions and 8 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,22 +5,28 @@ Homebrew (https://github.com/mxcl/homebrew/wiki/installation) edit /etc/paths to put /usr/local/bin on top, so that lion's psql doesnt win ``` brew install postgres brew install gdal --with-postgres brew install postgis ``` (creating geo databases got easier, no need to install the templates, see http://postgis.refractions.net/documentation/manual-2.0/postgis_installation.html#create_new_db_extensions) ``` brew install mapnik ``` don't forget to update your pythonpath so you can import mapnik. add to your .bash_profile: export PYTHONPATH=/usr/local/lib/python2.7/site-packages:$PYTHONPATH QGIS http://www.kyngchaos.com/software/qgis TileMill http://mapbox.com/tilemill/ TextMate 2 http://blog.macromates.com/2011/textmate-2-0-alpha/ iTerm2 http://www.iterm2.com/ Oh my zsh https://github.com/robbyrussell/oh-my-zsh/ Google Chrome http://www.google.com/chrome/ iStat Menus http://bjango.com/mac/istatmenus/ The Unarchiver http://wakaba.c3.cx/s/apps/unarchiver CrashPlan http://www.crashplan.com/ Divvy http://mizage.com/ -
brianboyer revised this gist
Jul 12, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -23,4 +23,4 @@ Google Chrome (http://www.google.com/chrome/) iStat Menus (http://bjango.com/mac/istatmenus/) The Unarchiver (http://wakaba.c3.cx/s/apps/unarchiver) CrashPlan (http://www.crashplan.com/) Divvy (http://mizage.com/) -
brianboyer revised this gist
Jul 12, 2012 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -9,6 +9,8 @@ brew install postgres brew install gdal --with-postgres brew install postgis (creating geo databases got easier, no need to install the templates, see http://postgis.refractions.net/documentation/manual-2.0/postgis_installation.html#create_new_db_extensions) brew install mapnik don't forget to update your pythonpath so you can import mapnik. add to your .bash_profile: export PYTHONPATH=/usr/local/lib/python2.7/site-packages:$PYTHONPATH -
brianboyer revised this gist
Jul 12, 2012 . 1 changed file with 9 additions and 11 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,19 +1,17 @@ XCode (from the mac app store) XCode command line tools (run XCode, go to preferences, add the package) Homebrew (https://github.com/mxcl/homebrew/wiki/installation) edit /etc/paths to put /usr/local/bin on top, so that lion's psql doesnt win brew install postgres brew install gdal --with-postgres brew install postgis brew install mapnik don't forget to update your pythonpath so you can import mapnik. add to your .bash_profile: export PYTHONPATH=/usr/local/lib/python2.7/site-packages:$PYTHONPATH QGIS (http://www.kyngchaos.com/software/qgis) TileMill (http://mapbox.com/tilemill/) @@ -23,4 +21,4 @@ Google Chrome (http://www.google.com/chrome/) iStat Menus (http://bjango.com/mac/istatmenus/) The Unarchiver (http://wakaba.c3.cx/s/apps/unarchiver) CrashPlan (http://www.crashplan.com/) Divvy (http://mizage.com/)\ -
brianboyer created this gist
Jan 29, 2012 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,26 @@ Homebrew (https://github.com/mxcl/homebrew/wiki/installation) brew install postgres brew install gdal --with-postgres (EDIT THE FORMULA FIRST, see https://github.com/mxcl/homebrew/issues/8301) brew install postgis edit /etc/paths to put /usr/local/bin on top, so that lion's psql doesnt win PostGIS templates (based on https://wiki.archlinux.org/index.php/PostGIS) createdb template_postgis -E UTF8 createlang plpgsql template_postgis psql -d template_postgis -f /usr/local/share/postgis/postgis.sql psql -d template_postgis -f /usr/local/share/postgis/spatial_ref_sys.sql psql -c "UPDATE pg_database SET datistemplate = TRUE WHERE datname = 'template_postgis';" psql -d postgres -c "UPDATE pg_database SET datistemplate = TRUE WHERE datname = 'template_postgis';" chown $USER -R /Library/Python (https://github.com/mxcl/homebrew/pull/8177) brew install mapnik QGIS (http://www.kyngchaos.com/software/qgis) TileMill (http://mapbox.com/tilemill/) TextMate 2 (http://blog.macromates.com/2011/textmate-2-0-alpha/) Google Chrome (http://www.google.com/chrome/) iStat Menus (http://bjango.com/mac/istatmenus/) The Unarchiver (http://wakaba.c3.cx/s/apps/unarchiver) CrashPlan (http://www.crashplan.com/) Divvy (http://mizage.com/)\