Changeset 4571
- Timestamp:
- 06/27/08 17:53:00 (12 months ago)
- Location:
- branches/0.11/manual/docs/en
- Files:
-
- 3 modified
-
getting-started/installation.txt (modified) (4 diffs)
-
getting-started/my-first-project-tutorial.txt (modified) (2 diffs)
-
utilities/sandbox.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.11/manual/docs/en/getting-started/installation.txt
r4537 r4571 28 28 +++ SVN 29 29 30 The installation of doctrine via SVN is very easy. Just get the latest revision of Doctrine from http://svn.phpdoctrine.org/branches/0.1 0.30 The installation of doctrine via SVN is very easy. Just get the latest revision of Doctrine from http://svn.phpdoctrine.org/branches/0.11. 31 31 32 32 In order to check out Doctrine in the current directory using the **svn** command line tool use the following code: 33 33 34 34 <code type="bash"> 35 svn co http://svn.phpdoctrine.org/branches/0.1 0.35 svn co http://svn.phpdoctrine.org/branches/0.11 . 36 36 </code> 37 37 38 If you do not have a SVN client, chose one from the list below. Find the **Checkout** option and enter svn.phpdoctrine.org/branches/0.1 0in the **path** or **repository url** parameter. There is no need for a username38 If you do not have a SVN client, chose one from the list below. Find the **Checkout** option and enter svn.phpdoctrine.org/branches/0.11 in the **path** or **repository url** parameter. There is no need for a username 39 39 or password to check out Doctrine. 40 40 … … 63 63 64 64 <code> 65 doctrine http://svn.phpdoctrine.org/ branches/0.1065 doctrine http://svn.phpdoctrine.org/tags/0.11.0 66 66 </code> 67 67 … … 77 77 78 78 <code type="bash"> 79 pear install http://pear.phpdoctrine.org/Doctrine-0.1 0.279 pear install http://pear.phpdoctrine.org/Doctrine-0.11.0 80 80 </code> 81 81 … … 88 88 89 89 <code type="bash"> 90 tar xzf Doctrine-0.1 0.1.tgz90 tar xzf Doctrine-0.11.0.tgz 91 91 </code> -
branches/0.11/manual/docs/en/getting-started/my-first-project-tutorial.txt
r4272 r4571 13 13 The files/directory structure should look like the following 14 14 <code> 15 $ cd Doctrine-0.1 0.1-Sandbox15 $ cd Doctrine-0.11.0-Sandbox 16 16 $ ls 17 17 config.php doctrine index.php migrations schema … … 138 138 build-all-reload - Are you sure you wish to drop your databases? (y/n) 139 139 y 140 build-all-reload - Successfully dropped database for connection "sandbox" at path "/Users/jwage/Sites/doctrine/branches/0.1 0/tools/sandbox/sandbox.db"140 build-all-reload - Successfully dropped database for connection "sandbox" at path "/Users/jwage/Sites/doctrine/branches/0.11/tools/sandbox/sandbox.db" 141 141 build-all-reload - Generated models successfully from YAML schema 142 build-all-reload - Successfully created database for connection "sandbox" at path "/Users/jwage/Sites/doctrine/branches/0.1 0/tools/sandbox/sandbox.db"142 build-all-reload - Successfully created database for connection "sandbox" at path "/Users/jwage/Sites/doctrine/branches/0.11/tools/sandbox/sandbox.db" 143 143 build-all-reload - Created tables successfully 144 144 build-all-reload - Data was successfully loaded -
branches/0.11/manual/docs/en/utilities/sandbox.txt
r4159 r4571 5 5 6 6 <code> 7 svn co http://www.phpdoctrine.org/svn/branches/0.1 0doctrine7 svn co http://www.phpdoctrine.org/svn/branches/0.11 doctrine 8 8 cd doctrine/tools/sandbox 9 9 chmod 0777 doctrine