Development

Changeset 8178

You must first sign up to be able to contribute.

Changeset 8178

Show
Ignore:
Timestamp:
04/01/08 12:18:35 (3 months ago)
Author:
fabien
Message:

doc: updated the link to the 1.1 sandbox in the 'My first project' tutorial (closes #3247)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • doc/branches/1.1/tutorial/my-first-project.txt

    r7851 r8178  
    1212------------------------------------------ 
    1313 
    14 To go fast, we will use the symfony sandbox (you can also download the 
    15 [final source code](http://www.symfony-project.org/downloads/my_first_project.tgz)). 
     14To go fast, we will use the symfony sandbox. 
     15 
    1616It is an empty symfony project where all the required libraries are already included, 
    1717and where the basic configuration is already done. The great advantage of the sandbox 
     
    1919immediately. 
    2020 
    21 Get it here: [sf_sandbox.tgz](http://www.symfony-project.org/get/sf_sandbox.tgz), 
     21Get it here: [sf_sandbox_1_1.tgz](http://www.symfony-project.org/get/sf_sandbox_1_1.tgz), 
    2222and unpack it in your root web directory. It is recommended to keep the permissions as 
    2323they are in the tar file (for example by using -p with tar command). Refer to the