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 <sid.bacht...@gmail.com> 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 <symb...@gmail.com> 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 McCumskey
http://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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to