This is true, but if you deploy with svn don't forget: RewriteRule (\.svn)/(.*?) - [F,L]
In your .htaccess. You don't want people snooping in the .svn folders. On Oct 5, 3:06 am, Gareth McCumskey <[email protected]> wrote: > First, in your batches directory for your symfony write a batch script (in > PHP even if you want) that will run all the necessary symfony commands > needed, like "symfony cc" etc. Then make sure its all committed to SVN. I > have found deploying to a server easier to do with SVN rather than rsync > which is what the official symfony docs recommend. So you can have your sys > admin svn checkout the application, run the batch script and away you go. > > You can even have your deployment script add the correct Virtual Host > settings into apache for you. > > This is of course assuming your running a *nix box. > > > > > > On Mon, Oct 5, 2009 at 9:02 AM, Sid Bachtiar <[email protected]> wrote: > > > Of course not. I'm talking about someone technical, who knows how to > > install the like of Wordpress, and other popular PHP, but not familiar > > with Symfony, nor want/need to learn development in Symfony. > > > On Mon, Oct 5, 2009 at 7:54 PM, Eno <[email protected]> wrote: > > > > On Mon, 5 Oct 2009, Sid Bachtiar wrote: > > > >> I was trying to look something more for non-developer. > > > >> Let's say I developed a website then when I give the source code to my > > >> client (who isn't computer illiterate, but is not familiar with > > >> Symfony); at the moment I'll have to teach them a lot of things on how > > >> to install/deploy, symfony commands (clear cache), how to change > > >> database settings, and so on. > > > > Frankly, what you're asking makes no sense. Deploying a web site is not > > > something you can just give to someone who is not technical. > > > > -- > > > -- > > Blue Horn Ltd - System Development > >http://bluehorn.co.nz > > -- > Gareth McCumskeyhttp://garethmccumskey.blogspot.com > twitter: @garethmcc --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
