Skip to content

Commit

Permalink
[install] Adding the web/sf symlink into the installer.php file. This…
Browse files Browse the repository at this point in the history
… closes #86.
  • Loading branch information
weaverryan committed May 25, 2010
1 parent 1375220 commit dc3b5e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/bin/installer.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -161,6 +161,9 @@
// replace tokens, do this since we exit the project install below // replace tokens, do this since we exit the project install below
$this->replaceTokens(); $this->replaceTokens();


// symlink the sf directory
$rootdir = getcwd();
$this->getFilesystem()->relativeSymlink(sfConfig::get('sf_symfony_lib_dir').'/../data/web/sf', sfConfig::get('sf_web_dir').'/sf', true);


/* /*
* ****** Step5: Give a friendly message *************** * ****** Step5: Give a friendly message ***************
Expand Down

0 comments on commit dc3b5e6

Please sign in to comment.