Changeset 19818
- Timestamp:
- 07/02/09 11:45:45 (7 months ago)
- Files:
-
- doc/branches/1.0/book/03-Running-Symfony.txt (modified) (2 diffs)
- doc/branches/1.1/book/03-Running-Symfony.txt (modified) (2 diffs)
- doc/branches/1.2/book/03-Running-Symfony.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
doc/branches/1.0/book/03-Running-Symfony.txt
r10189 r19818 125 125 > svn checkout http://svn.symfony-project.com/tags/RELEASE_1_0_0/ . 126 126 127 >**TIP** 128 >For the latest stable bug-fix release on the 1.0 branch (1.0.x) refer to 129 >([http://www.symfony-project.org/installation/1_0](http://www.symfony-project.org/installation/1_0)) 130 127 131 The `symfony` command, available only for PEAR installations, is a call to the `/path/to/symfony/data/bin/symfony` script. So the following would be the equivalent to the `symfony -V` command for an SVN installation: 128 132 … … 142 146 143 147 >**TIP** 144 >Alternatively, you can also download the PEAR package ([http://pear.symfony-project.com/get/symfony-1.0.0.tgz](http://pear.symfony-project.com/get/symfony-1.0.0.tgz)) and unpack it somewhere. You will have the same result as with a checkout. 148 >Alternatively, you can also download the PEAR package. Refer to 149 >([http://www.symfony-project.org/installation/1_0](http://www.symfony-project.org/installation/1_0)) 150 >for latest 1.0 release. You will have the same result as with a checkout. 145 151 146 152 Setting Up an Application doc/branches/1.1/book/03-Running-Symfony.txt
r14617 r19818 114 114 ### Checking Out symfony from the SVN Repository 115 115 116 For production servers, or when PEAR is not an option, you can download the latest version of the symfony libraries directly from the symfony Subversion repository by requesting a checkout: 116 For production servers, or when PEAR is not an option, you can download the 117 latest version of the symfony libraries directly from the symfony Subversion 118 repository by requesting a checkout: 117 119 118 120 > mkdir /path/to/symfony 119 121 > cd /path/to/symfony 120 122 > svn checkout http://svn.symfony-project.com/tags/RELEASE_1_1_0/ . 123 124 >**TIP** 125 >For the latest stable bug-fix release on the 1.1 branch (1.1.x) refer to 126 >([http://www.symfony-project.org/installation/1_1](http://www.symfony-project.org/installation/1_1)) 121 127 122 128 The `symfony` command, available only for PEAR installations, is a call to the `/path/to/symfony/data/bin/symfony` script. So the following would be the equivalent to the `symfony -V` command for an SVN installation: … … 142 148 143 149 >**TIP** 144 >Alternatively, you can also download the PEAR package ([http://pear.symfony-project.com/get/symfony-1.1.0.tgz](http://pear.symfony-project.com/get/symfony-1.1.0.tgz)) and unpack it somewhere. You will have the same result as with a checkout. 150 >Alternatively, you can also download the PEAR package. Refer to 151 >([http://www.symfony-project.org/installation/1_1](http://www.symfony-project.org/installation/1_1)) 152 >for latest 1.1 release. You will have the same result as with a checkout. 145 153 146 154 Setting Up an Application doc/branches/1.2/book/03-Running-Symfony.txt
r14616 r19818 113 113 ### Checking Out symfony from the SVN Repository 114 114 115 For production servers, or when PEAR is not an option, you can download the latest version of the symfony libraries directly from the symfony Subversion repository by requesting a checkout: 115 For production servers, or when PEAR is not an option, you can download the 116 latest version of the symfony libraries directly from the symfony Subversion 117 repository by requesting a checkout: 116 118 117 119 > mkdir /path/to/symfony 118 120 > cd /path/to/symfony 119 121 > svn checkout http://svn.symfony-project.com/tags/RELEASE_1_2_0/ . 122 123 >**TIP** 124 >For the latest stable bug-fix release on the 1.2 branch (1.2.x) refer to 125 >([http://www.symfony-project.org/installation/1_2](http://www.symfony-project.org/installation/1_2)) 120 126 121 127 The `symfony` command, available only for PEAR installations, is a call to the `/path/to/symfony/data/bin/symfony` script. So the following would be the equivalent to the `symfony -V` command for an SVN installation: … … 141 147 142 148 >**TIP** 143 >Alternatively, you can also download the PEAR package ([http://pear.symfony-project.com/get/symfony-1.2.0.tgz](http://pear.symfony-project.com/get/symfony-1.2.0.tgz)) and unpack it somewhere. You will have the same result as with a checkout. 149 >Alternatively, you can also download the PEAR package. Refer to 150 >([http://www.symfony-project.org/installation/1_2](http://www.symfony-project.org/installation/1_2)) 151 >for latest 1.2 release. You will have the same result as with a checkout. 144 152 145 153 Setting Up an Application

