Changes between Version 27 and Version 28 of InstallationGuidelinesMacOSX
- Timestamp:
- 11/29/10 14:48:15 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelinesMacOSX
v27 v28 1 1 = Installation on MacOSX = 2 3 2 === Before you begin === 4 3 1. You will propably need the GIS features of Eden. Before you proceed install the GDAL framework … … 6 5 2. You also need to install some modules of python 7 6 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 13 8 9 3.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 14 16 === Download Sahana Eden === 15 17 If NOT being a Developer, then you can get the last stable release from: