Changeset 8178
- Timestamp:
- 04/01/08 12:18:35 (3 months ago)
- Files:
-
- doc/branches/1.1/tutorial/my-first-project.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
doc/branches/1.1/tutorial/my-first-project.txt
r7851 r8178 12 12 ------------------------------------------ 13 13 14 To go fast, we will use the symfony sandbox (you can also download the15 [final source code](http://www.symfony-project.org/downloads/my_first_project.tgz)). 14 To go fast, we will use the symfony sandbox. 15 16 16 It is an empty symfony project where all the required libraries are already included, 17 17 and where the basic configuration is already done. The great advantage of the sandbox … … 19 19 immediately. 20 20 21 Get it here: [sf_sandbox .tgz](http://www.symfony-project.org/get/sf_sandbox.tgz),21 Get it here: [sf_sandbox_1_1.tgz](http://www.symfony-project.org/get/sf_sandbox_1_1.tgz), 22 22 and unpack it in your root web directory. It is recommended to keep the permissions as 23 23 they are in the tar file (for example by using -p with tar command). Refer to the