Changes between Version 27 and Version 28 of InstallationGuidelinesMacOSX


Ignore:
Timestamp:
11/29/10 14:48:15 (14 years ago)
Author:
vkazoukas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelinesMacOSX

    v27 v28  
    11= Installation on MacOSX =
    2 
    32=== Before you begin ===
    431. You will propably need the GIS features of Eden. Before you proceed install the GDAL framework
     
    652. You also need to install some modules of python
    76   STATIC_DEPS=true sudo easy_install lxml
    8    sudo easy_install shapely
    9                      reportlab
    10                      geraldo
    11                      pyserial
    12                      tweepy
     7    -  sudo easy_install shapely  , also install the same way reportlab ,geraldo , pyserial , tweepy
    138
     93.In case you want to use PostgreSQL - PostGIS ( i assume you already installed the spatial modules before)
     10 Install the one clickInstaller sponsored by EnterpriseDB PostgreSQL and select also installation of postgis.
     11 Then based on this article http://schwuk.com/articles/2009/09/10/psycopg2-on-os-x install the python database driver
     12 sudo easy_install pip
     13 PATH=$PATH:/Library/PostgreSQL/8.4/bin/ sudo pip install psycopg2
     14 defaults write com.apple.versioner.python Prefer-32-Bit -bool yes
     15 without the last you will not be able to see available the PostgreSQL driver when web2py
    1416=== Download Sahana Eden ===
    1517If NOT being a Developer, then you can get the last stable release from: