Changes between Version 4 and Version 5 of OracleSpatialTestSetup
- Timestamp:
- Feb 12, 2013, 10:18:58 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OracleSpatialTestSetup
v4 v5 11 11 Prerequisities 12 12 ============== 13 13 14 On the host machine: 15 14 16 - Install Oracle client and set it up as documented in https://docs.djangoproject.com/en/1.4/ref/databases/#oracle-notes 15 17 - Install GeoDjango requirements as documented in https://docs.djangoproject.com/en/1.4/ref/contrib/gis/install/ 16 18 17 On OS X, the general procedureto install cx_Oracle is:19 On OS X, the general idea to install cx_Oracle is: 18 20 19 21 * Download InstantClient from Oracle. You need the "Basic Lite" and "SDK" packages. … … 46 48 #. Download **Oracle Developer Day** image from http://download.oracle.com/otn/other/virtualbox/dd/Oracle_Developer_Day.ova 47 49 #. Use VirtualBox to launch the image 50 #. Set up port forwarding to access easily the VM's ssh and database servers, see http://barrymcgillin.blogspot.fr/2011/12/using-oracle-developer-days-virtualbox.html 51 **NOTE: You may not use Oracle Developer Day VM for any other purposes than testing** 48 52 49 **NOTE: You may not use Oracle Developer Day VM for any other purposes than testing**50 53 51 54 ==============