I recommend developing on a virtual machine configured as closely to your deployment server as possible.
There's a whole bunch of benefits to using a VM, but essentially, it means you can run as many as you like, if you trash it you can either roll back or just grab another VM image from your file server, when a new developer joins your team they don't need to spend hours/days configuring their environment - you just hand them a USB stick with a VM image on it. Every developer has exactly the same environment, etc etc If you need to install additional libraries/binaries for your app on your VM, you know you'll have to do the same on the deployment server - and you'll have a bash_history so you can cut and paste the exact compilation options into a run book (or, better still, create a compiled package from your VM and simply install the package - compilers on a deployment server aren't a good idea). FWIW, my development VM is Fedora 9 (x86_64), and it works great :) >>>> On Thu, Sep 3, 2009 at 11:05 PM, Robert Aceti<bob...@cogeco.ca> >>>> wrote: >>>>> >>>>> Please let me know which 'nix you are using to develop in symfony >>>>> and >>>>> pros cons discovered in installation of symfony. Thank you. >>>>> >>>>> Bob --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---