Changes between Version 4 and Version 5 of OracleTestSetup
- Timestamp:
- Nov 11, 2010, 8:20:28 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OracleTestSetup
v4 v5 7 7 **This document is work in progress** 8 8 9 This document attempt to ease the task of running the Django test suite against10 Oracle by:9 This document attempt to ease the task of running the Django (or your own app's) test 10 suite against Oracle by: 11 11 12 12 * Providing a step by step setup guide to achieve that. … … 14 14 as efficiently as possible. 15 15 16 Chosen is GNU/Debian Linux, things should also work with Ubuntu Linux. 16 Chosen components are: 17 18 * Oracle XE (10g) 19 * GNU/Debian Linux. Things should also work with Ubuntu Linux without too much tweaking. 17 20 18 21 The system isn't going to be dedicated exclusively to run Oracle so we will … … 33 36 tools (APT, Aptitude, ...) didn't install things like the ``/etc/init.d/oracle-xe`` init 34 37 script and some files under the ``/usr/lib/oracle`` hierarchy so I went with the older 35 package plus the lo s-level `dpkg` package manager and taking care of dependencies manually38 package plus the low-level `dpkg` package manager and taking care of dependencies manually 36 39 (see next step). 37 40 … … 240 243 and a 30 GiB hard disk. Platform is GNU/Debian Linux 5.0 aka *Lenny* (stable as of Nov 2010) 241 244 because it still is in its support period and as a bonus contains Python 2.4 in pre-packaged 242 form. Things should also work with Ubuntu Linux without too much tweaking.245 form. 243 246 244 247 Things to review: