Development

Changeset 8808

You must first sign up to be able to contribute.

Changeset 8808

Show
Ignore:
Timestamp:
05/06/08 16:23:32 (4 months ago)
Author:
fabien
Message:

doc: fixed project:freeze CLI usage (refs #3419)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • doc/branches/1.1/book/16-Application-Management-Tools.txt

    r8499 r8808  
    545545That's why symfony provides a utility to "freeze" a project--to copy all the necessary symfony libraries into the project `data/`, `lib/`, and `web/` directories. The project then becomes a kind of sandbox, an independent, stand-alone application. 
    546546 
    547     > php symfony project:freeze 
     547    > php symfony project:freeze symfony_data_dir 
     548 
     549The `symfony_data_dir` argument is the path to the symfony `data` directory (if you installed symfony via Subversion or an archive, this directory is in the same directory as symfony `lib`; if you installed the symfony PEAR package, this directory is located in the PEAR data directory). 
    548550 
    549551Once a project is frozen, you can transfer the project directory into production, and it will work without any need for PEAR, symbolic links, or whatever else.