Re: [symfony-users] [Symfony 1.4] Deploying on Windows

2011-03-06 Thread cosmos monster
Hi. command.php page upload to yourself server. command page content: Run script http://www.yourdomain.com/comman.php On Sun, Mar 6, 2011 at 5:28 PM, Gareth McCumskey wrote: > On your server in your project root run "symfony project:permissions" which > will automatically set the right permi

Re: [symfony-users] [Symfony 1.4] Deploying on Windows

2011-03-06 Thread Gareth McCumskey
On your server in your project root run "symfony project:permissions" which will automatically set the right permissions. The permissions issue is the same even if you use other deployment methods (like svn for example). Just be aware of it and each time you update run that symfony command. 2011/

[symfony-users] [Symfony 1.4] Deploying on Windows

2011-03-05 Thread Sebastian Göttschkes
Hi, I'm currently having issues deploying symfony from my Windows machine as rsync breaks file/folder permissions. I wrote a shell-script which is setting the correct permissions and groups again but I'm not sure about the best way using the script. I find it complicated to log in via ssh after