[symfony-users] Re: deployment - rsync problem

2010-11-11 Thread hribo
thank you, and does symfony natively support deployment from git or maybe svn? (rather git). if yes, could you please let me know some good article about that? thanks On Nov 11, 6:30 pm, Ben Bieker m...@ben-bieker.de wrote: hi, yes you have to install rsync in your cygwin environment and have

Re: [symfony-users] Re: deployment - rsync problem

2010-11-11 Thread Gareth McCumskey
Why not just deploy from svn to your production server? Makes life a lot easier when you have updates to manage. Just svn checkout into a directory on the production server and you don't have to worry about rsync then. On Thu, Nov 11, 2010 at 11:53 PM, hribo hribo...@gmail.com wrote: thank you,

[symfony-users] Re: deployment

2010-05-01 Thread Ozzy
You should NOT deploy like that. You should add httpd.conf directives to only publish your web directory. The other directories should not be accessed from web. This will also save you from including /web/ in the address. If you publish all directories, using the url

[symfony-users] Re: deployment

2010-05-01 Thread Ali
HI, try this http://westartednothing.com/blog/2009/04/installing-symfony-on-bluehost/ On May 1, 5:37 pm, mirfan m.irfa...@gmail.com wrote: I have deployed symfony project and access it telenor.w3whizz.com/web/index.php/kpi it show blank pages. One more thing i needed how i will

[symfony-users] Re: Deployment problem/bug?

2010-02-05 Thread adrianrz
Hi Augusto I've the same problem. When run on a Windows Xp enviroment symfony project:deploy production or symfony project:deploy production --go the task show exec rsync --dry-run -azC --force --...www/vhosts/mysite.com/ and stays in a loop or something, without showing anything else. At

Re: [symfony-users] Re: Deployment problem/bug?

2010-02-05 Thread Augusto Flavio
Hi Adrian, Try to run the deployment manually. Works fine. Bye. Augusto Morais -- You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send email to symfony-us...@googlegroups.com. To unsubscribe from this group, send email

[symfony-users] Re: deployment of symfony project

2009-10-23 Thread Eno
On Fri, 23 Oct 2009, mirfan wrote: i have deployed a symfony project after successful deployment when i access it without any module its ok but when i access module it give me error the scenario is like this http://132.147.160.108/chk/web/index.php this link is accessible and

[symfony-users] Re: deployment of symfony project

2009-10-23 Thread mirfan
i cant get what you want to say where i will find apache error log the project_name/log folder is empty On Oct 23, 6:54 pm, Eno symb...@gmail.com wrote: On Fri, 23 Oct 2009, mirfan wrote: i have deployed a symfony project after successfuldeploymentwhen i access it without any module its ok

[symfony-users] Re: deployment of symfony project

2009-10-23 Thread Eno
On Fri, 23 Oct 2009, mirfan wrote: i cant get what you want to say where i will find apache error log the project_name/log folder is empty Your Apache config file will say where the error log is and what its called. Look for the ErrorLog directive. Could also be set inside the

[symfony-users] Re: Deployment problem in production

2009-09-27 Thread Gareth McCumskey
Use Apache virtual servers, just like it describes in the book, and you can't go wrong. On Sat, Sep 26, 2009 at 10:14 PM, Jeremy Thomerson jeremythomer...@gmail.com wrote: What server are you deploying to? Apache, IIS, etc On Sat, Sep 26, 2009 at 8:52 AM, Steve Sanyal

[symfony-users] Re: Deployment problem in production

2009-09-27 Thread Alexandru-Emil Lupu
Judging the problem you have dscribed here, it seems that you are trying to deploy the project into a shared hosting system. If so, Create a symlink of your public_html as web.. and deploy the application in the parent directory of your symlink. example: if you have /home/hosting/public_html/

[symfony-users] Re: Deployment problem in production

2009-09-27 Thread Steve the Canuck
Hi Alecs and everyone, Thanks for your responses. I'm deploying this to a Linux box running Apache. It's a reseller account, so I don't think I can create virtual servers. Alecs - the solution you wrote is the one I said was not possible in my original message. That's because in my

[symfony-users] Re: Deployment problem in production

2009-09-26 Thread Jeremy Thomerson
What server are you deploying to? Apache, IIS, etc On Sat, Sep 26, 2009 at 8:52 AM, Steve Sanyal steve.san...@gmail.comwrote: Hi, I'm soon to deploy my application to production. However, I am having some issues because of the directory structure. On my staging machine, I would

[symfony-users] Re: Deployment Scenarios (DB Specific)

2009-09-16 Thread Jake Barnes
We used migrations on a recent project, but it was only a partial solution. Each programmer was responsible for writing their own migration, and then committing it to Subversion, and then they were suppose to warn the other programmers to update the database on their local machines. For some

[symfony-users] Re: Deployment Scenarios (DB Specific)

2009-09-14 Thread ColinFine
On Sep 13, 8:34 pm, Fotis Paraskevopoulos fota...@gmail.com wrote: Hello All, I would like to ask the group the different deployment scenarios that have been setup. I am specifically looking for some information on how you manage your database deployment when some changes need to be made.

[symfony-users] Re: Deployment Strategies

2009-07-11 Thread Sherif
Interesting approach Jonathan - that sounds excellent will have to give it a try. At the moment. The method we use relies on symbolic links for rollback for each app we have a symbolic link pointing to app_version/web. For example: /current - ./1.1/web /1.1/web /1.1/xyz Where current is

[symfony-users] Re: Deployment Strategies

2009-07-10 Thread Frank Stelzer
Hi, We have a more complicated deployment process. Our requirements: - One svn server: S-SVN - One sync server: SVN-SYNC - dozens of web servers * We have for every project a seperat checked out (and installed) project on S-SVN. * This checkout is updated on every release * This fresh code is

[symfony-users] Re: Deployment Strategies

2009-07-10 Thread swapana pawar
Dont send me this mail On Fri, Jul 10, 2009 at 12:34 PM, Frank Stelzer d...@bleedingmoon.de wrote: Hi, We have a more complicated deployment process. Our requirements: - One svn server: S-SVN - One sync server: SVN-SYNC - dozens of web servers * We have for every project

[symfony-users] Re: Deployment Strategies

2009-07-10 Thread Alexandru-Emil Lupu
hi guys! I think it was a related thread back to February ... http://groups.google.com/group/symfony-users/browse_thread/thread/9afe54ecbe901d2b/3df1d10481538ff3?hl=enlnk=gstq=deploy#3df1d10481538ff3 Alecs On Fri, Jul 10, 2009 at 10:22 AM, swapana pawar pawarswap...@gmail.comwrote: Dont send

[symfony-users] Re: Deployment Strategies

2009-07-10 Thread Gábor Fási
To unsubscribe from this group, send a mail to symfony-users+unsubscr...@googlegroups.com On Fri, Jul 10, 2009 at 09:22, swapana pawarpawarswap...@gmail.com wrote: Dont send me this mail On Fri, Jul 10, 2009 at 12:34 PM, Frank Stelzer d...@bleedingmoon.de wrote: Hi, We have

[symfony-users] Re: Deployment Strategies

2009-07-10 Thread swapana pawar
no sorry dont send this ok On Fri, Jul 10, 2009 at 1:20 PM, Alexandru-Emil Lupu gang.al...@gmail.comwrote: hi guys! I think it was a related thread back to February ...

[symfony-users] Re: Deployment Strategies

2009-07-10 Thread Eno
On Thu, 9 Jul 2009, Jonathan Wage wrote: They are just ruby scripts :) I know. do this has existed for a long time, outside of symfony. I would recommend using some existing best practice for deployment like the svn diff/patch and capistrano approach. I just wish there was something like

[symfony-users] Re: Deployment Strategies

2009-07-10 Thread pcummins
There hasn't been much talk about the database migrations here. Are most people using the doctrine migrations functionality? I do really like this tool for my small projects, but on larger applications with databases from 10 - 100 GB of data, I'm much happier with the performance of a direct DB

[symfony-users] Re: Deployment Strategies

2009-07-09 Thread Gareth McCumskey
Well we are currently in Beta of a symfony development app and we originally used the symfony deploy command as it seemed (at the time) the easiest to use and allowed us to control when we update but it suffered from a few drawbacks where we had to push our local copies to the remote server and we

[symfony-users] Re: Deployment Strategies

2009-07-09 Thread Gareth McCumskey
If you don't checkout the entire project into the web root directory it doesn't matter if you leave the config files such as databases.yml in the project directory as users have no access there anyways. i.e. checkout like we have to /usr/local/project_name and not /var/www/. Then use Apache's

[symfony-users] Re: Deployment Strategies

2009-07-09 Thread Tom Haskins-Vaughan
Why would you svn co and not svn export? Gareth McCumskey wrote: If you don't checkout the entire project into the web root directory it doesn't matter if you leave the config files such as databases.yml in the project directory as users have no access there anyways. i.e. checkout like

[symfony-users] Re: Deployment Strategies

2009-07-09 Thread Rene
Hi cleve, I also use SVN to deploy my project's (ähm currently only one :-)) I use svn propedit svn:ignore to ignore that files on commit and commit that files as .dist as example: database.yml.dist I use a self made script on my clients servers to update theier repos. set the permissions and

[symfony-users] Re: Deployment Strategies

2009-07-09 Thread Jonathan Wage
My deployment process is simple. Here is a sample deployment of some changes. Note: This all assumes you are working on a production svn export which is in sync with the tag 1.0.1. We will make some changes and tag it as 1.0.2 and upgrade. * Open up file and make some changes vi index.php *

[symfony-users] Re: Deployment Strategies

2009-07-09 Thread Jonathan Wage
Svn update is bad because it can fail half way through, if you have connection problems it could die part way through and you are left with broken code that is sometimes hard to fix quickly. Svn update is slow, so even if it does finish, you have this period of time where the code is throwing 500

[symfony-users] Re: Deployment Strategies

2009-07-09 Thread Steve the Canuck
I'm still in the latter stages of development, but my strategy is to allow my deployment to easily rollback to the previous version and avoid any mistakes in terms of SVN syncing. I see it going something like this: load desired svn tag in my development copy smoke test development copy disable

[symfony-users] Re: Deployment Strategies

2009-07-09 Thread Pablo Godel
Good point. I have always worked with svn in the local network so svn update was quite quick, but patching is even faster. Great suggestion, thanks, Pablo On Thu, Jul 9, 2009 at 11:12 AM, Jonathan Wagejonw...@gmail.com wrote: Svn update is bad because it can fail half way through, if you have

[symfony-users] Re: Deployment Strategies

2009-07-09 Thread Eno
On Thu, 9 Jul 2009, Jonathan Wage wrote: Now the above commands are all done manually but a lot of times I just have simple capistrano scripts that do all this the same each time with one command and a set of arguments. I spent some time playing with Capistrano a long time ago but the

[symfony-users] Re: Deployment Strategies

2009-07-09 Thread Jonathan Wage
They are just ruby scripts :) You just write ruby code essentially to automate some commands in to a script that can be invoked easily across lots of machines. Honestly, the deployment of something is not the job of symfony. The way to do this has existed for a long time, outside of symfony. I

[symfony-users] Re: Deployment Strategies

2009-07-09 Thread Rene
For me it's very important, to automate that task so a user can run the complete upgrade without the need of my help. The upgrade process should run on a unix (Mac/BSD/Linux) box, without the requirement of ruby. But using patches as you described, is something i have to implement. Also i

[symfony-users] Re: Deployment Strategies

2009-07-09 Thread Jonathan Wage
You can write the scripts in PHP then instead of Ruby. - Jon On Thu, Jul 9, 2009 at 12:18 PM, Rene r...@pc-dummy.net wrote: For me it's very important, to automate that task so a user can run the complete upgrade without the need of my help. The upgrade process should run on a unix

[symfony-users] Re: Deployment Strategies

2009-07-09 Thread Pablo Godel
This is something that makes total sense. I do it all the time. Since you are good with PHP, use it in command line to automate things instead of struggling with Bash (which is not difficult but takes time to learn the ins and outs) or other languages. Pablo On Thu, Jul 9, 2009 at 1:22 PM,

[symfony-users] Re: Deployment Strategies

2009-07-09 Thread Alistair Stead
There are many methods for deployment. My preferred method is Cappistrano. My reasons for this are: Deploy to more than on server at a time Use any SCM Can carry out additional tasks before and after the deployment e.g. disable the site, update database, run patches, clear cache, enable the site.

[symfony-users] Re: Deployment Strategies

2009-07-09 Thread Ralf Berger
What are your strategies for initial application deployment and for delivering updates? Do you do a SVN checkout on the server or use the project:deploy task? I keep my project self-contained (including plugins and generated artifacts) in a Git repo and deploy via Vlad (also a Ruby tool but

[symfony-users] Re: Deployment Method

2007-06-19 Thread Fabien POTENCIER
Yes, the symfony sync command can only sync your projects over ssh. The task is really a simple one for now. Fabien Matthias N. wrote: On 15 Jun., 18:54, g0d br [EMAIL PROTECTED] wrote: that's how i do: # symfony freeze # symfony sync production go # symfony unfreeze But this only

[symfony-users] Re: Deployment Method

2007-06-18 Thread Rafael George
Excelent i will try it, and read the Book Chapter on that. On 6/15/07, g0d br [EMAIL PROTECTED] wrote: that's how i do: # symfony freeze # symfony sync production go # symfony unfreeze 2007/6/15, gestadieu [EMAIL PROTECTED] : You can find the detail in the book online in chapter 16.

[symfony-users] Re: Deployment Method

2007-06-15 Thread gestadieu
You can find the detail in the book online in chapter 16. But basically once setup you just need to do a 'symfony sync production go' and it will update your server. Gerald On Jun 15, 11:52 pm, Rafael George [EMAIL PROTECTED] wrote: Is there some fast and good method for making sync with a