1
0
mirror of synced 2025-01-19 06:51:40 +03:00
doctrine2/manual/docs/Getting started - Installation.php

11 lines
563 B
PHP
Raw Normal View History

The installation of doctrine is very easy. Just get the latest revision of Doctrine from http://doctrine.pengus.net/svn/trunk.
2006-08-29 20:37:55 +00:00
You need a SVN(Subversion) client for downloading Doctrine.
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.