Ticket #17607: ticket17607-2.patch

File ticket17607-2.patch, 928 bytes (added by Steven Cummings, 12 years ago)

Removed some duplicate info from the post-install section

  • docs/ref/contrib/gis/install.txt

     
    712712Because of the variety of packaging systems available for OS X, users have
    713713several different options for installing GeoDjango.  These options are:
    714714
     715* :ref:`homebrew`
    715716* :ref:`kyngchaos`
    716717* :ref:`fink`
    717718* :ref:`macports`
     
    748749
    749750        export PATH=/Library/Frameworks/Python.framework/Versions/Current/bin:$PATH
    750751
     752.. _homebrew:
     753
     754Homebrew (PostGIS option)
     755^^^^^^^^^^^^^^^^^^^^^^^^^
     756
     757Homebrew provides "recipes" for building binaries and packages from source. It
     758can be used to get the dependencies needed to use PostgreSQL and PostGIS.
     759
     760::
     761
     762    $ brew install postgresql
     763    $ brew install postgis
     764    $ brew install gdal
     765
    751766.. _kyngchaos:
    752767
    753768KyngChaos Packages
Back to Top