installation.txt 949 Bytes
Newer Older
jepso's avatar
jepso committed
1 2
The installation of doctrine is very easy. Just get the latest revision of Doctrine from http://doctrine.pengus.net/svn/trunk. 

3
You need a SVN (Subversion) client for downloading Doctrine.
jepso's avatar
jepso committed
4 5

In order to check out Doctrine in the current directory using the **svn** command line tool use the following code: 
6

jepso's avatar
jepso committed
7 8 9 10 11 12 13 14 15
<code type="bash">
svn co http://doctrine.pengus.net/svn/trunk . 
</code>

If you do not have a SVN client, chose one from the list below. Find the **Checkout** option and enter http://doctrine.pengus.net/svn/trunk in the **path** or **repository url** parameter. There is no need for a username or password to check out Doctrine. 

* [http://tortoisesvn.tigris.org/ TortoiseSVN] a Windows application that  integrates into Windows Explorer
* [http://www.apple.com/downloads/macosx/development_tools/svnx.html svnx] a  Mac OS X GUI svn application 
* Eclipse has SVN integration through the [http://subclipse.tigris.org/ subeclipse] plugin