Getting started - Installation.php 563 Bytes
Newer Older
1 2
The installation of doctrine is very easy. Just get the latest revision of Doctrine from http://doctrine.pengus.net/svn/trunk. 

zYne's avatar
zYne committed
3
You need a SVN(Subversion) client for downloading Doctrine.
4 5 6 7 8 9 10

To check out Doctrine using the **svn** command line tool in the current directory use:
<code type="bash">
svn co http://doctrine.pengus.net/svn/trunk . 
</code>
Do check out using a GUI based tool like [http://tortoisesvn.tigris.org/ TortoiseSVN] simply use the http://doctrine.pengus.net/svn/trunk in the the path field. No username or password is neccesary.