Changes between Version 30 and Version 31 of InstallationGuidelines/Mac/Developer/Manual


Ignore:
Timestamp:
10/16/14 16:25:23 (10 years ago)
Author:
Arnav Sharma
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/Mac/Developer/Manual

    v30 v31  
    6565 * Install the one clickInstaller sponsored by EnterpriseDB PostgreSQL and select also installation of PostGIS, following [http://schwuk.com/articles/2009/09/10/psycopg2-on-os-x this post]
    6666 * Please note - If you are installing on Mac OSX Lion, and you encounter errors upon installing the Postgresql through EnterpriseDB version specified in the above link, you could go to [http://www.enterprisedb.com/downloads/postgres-postgresql-downloads this link] and download EnterpriseDB Postgresql 9.3.1
    67  * Install the Python database driver (substitute your path for PostgreSQL):
    68 {{{
    69 sudo easy_install pip
    70 PATH=$PATH:/Library/PostgreSQL/8.4/bin/ sudo pip install psycopg2
    71 defaults write com.apple.versioner.python Prefer-32-Bit -bool yes
    72 }}}
    73    (Without the last Web2py will not be able to find the PostgreSQL driver.)
     67 * Install the Python database driver [http://initd.org/psycopg/ psycopg2] for Postgres 9.3 as the web2py default pg8000 has a few mappings missing. Use that as the driver instead.
    7468
    7569== Install Git ==