...

World Wide Web Server 2012-07-04 16:05:13 -07:00
parent f57933c3e6
commit 79335251b2

@ -0,0 +1,13 @@
1. Download Doctrine into the application/libraries folder.
[code]
cd /path/to/ci/install/
svn co http://svn.doctrine-project.org/tags/1.1.0-RC1 system/application/libraries/doctrine
[/code]
This should download the entire doctrine project with tools, vendor and docs directories. This will allow you to run the command line out of the `sandbox` directory. If you're running off a different release or have a different directory structure at the very least you need the following Doctrine files:
[code]
system/application/libraries/doctrine/lib/Doctrine.php
system/application/libraries/doctrine/lib/Doctrine/
[/code]