Re: [nyphp-talk] What PHP tools are you using?

2012-06-01 Thread Daniel Convissor
Heya: On Tue, May 29, 2012 at 09:57:03PM -0400, Rob Marscher wrote: > On May 29, 2012, at 6:33 PM, Ronald Bradford > wrote: > > Never used an IDE for PHP, I don't see the purpose, happy for an > > explanation why I should? > > Autocomplete and context based documentation of your own methods is

Re: [nyphp-talk] Which deployment apps are you using?

2012-06-01 Thread Daniel Convissor
Hey Folks: On Fri, Jun 01, 2012 at 12:13:25PM -0400, Chris Snyder wrote: > Subversion and SSH here. Seconded. Plus some shell scripts. Though I'm now planning out a deployment system using git post-update hook scripts. Use your favorite search engine to read more about it. Once I have my idea

Re: [nyphp-talk] Which deployment apps are you using?

2012-06-01 Thread Darryle Steplight
@Ronald - That page is awesome. One of the first messages I saw was "This will be excellent. I learn a lot from Baron -- Mark " . Baron has always given good advice. I'll add this to the list for sure. Thanks. On Fri, Jun 1, 2012 at 4:00 PM, Ronald Bradford wrote: > You should definitely add htt

Re: [nyphp-talk] Which deployment apps are you using?

2012-06-01 Thread Ronald Bradford
You should definitely add http://www.facebook.com/MySQLatFacebook to that list to read. Facebook has some of the top engineers in the world on staff (and continue to add to this). Their work in scalability within the MySQL community is well known. While there is a lot to digest here, even at a te

Re: [nyphp-talk] Which deployment apps are you using?

2012-06-01 Thread Darryle Steplight
@Rob, I can't believe I never read that blog before. Looks like they have some interesting posts. I'm going to have to take some time tonight to check this out. This is definitely going in my Delicious stack though. On Fri, Jun 1, 2012 at 1:32 PM, Rob Marscher wrote: > >> On Jun 1, 2012, at 12:35

Re: [nyphp-talk] Which deployment apps are you using?

2012-06-01 Thread Darryle Steplight
Thanks Federico, reading that was a lot faster than this long video I saw last year where Facebook explained their lLAMP stack. http://www.infoq.com/presentations/Facebook-Software-Stack On Fri, Jun 1, 2012 at 1:13 PM, federico ulfo wrote: > Well here's the Facebook structure > http://www.quora

Re: [nyphp-talk] Which deployment apps are you using?

2012-06-01 Thread Rob Marscher
> On Jun 1, 2012, at 12:35 PM, Darryle Steplight wrote: >> @Rob - That looks like some solid info and methods. I haven't used >> APC before but I definitely see where it can come in handy. I always >> wonder how Facebook did it too. Thanks for the info. 6 slides from the end, labeled "Sitevars"

Re: [nyphp-talk] Which deployment apps are you using?

2012-06-01 Thread federico ulfo
Well here's the Facebook structure http://www.quora.com/What-is-Facebooks-architecture Believe it or not the base code is still PHP, compiled to HH ByteCode, but yet they write PHP :) Sent from my iPhone On Jun 1, 2012, at 12:35 PM, Darryle Steplight wrote: > @Chris- At the very least, everyon

Re: [nyphp-talk] Which deployment apps are you using?

2012-06-01 Thread Darryle Steplight
@Chris- At the very least, everyone should probably be using some sort of version control and SSH. If I have a choice I would prefer to use git though even though I'm stuck using SVN for a few projects I'm working on. @Rob - That looks like some solid info and methods. I haven't used APC before b

Re: [nyphp-talk] Which deployment apps are you using?

2012-06-01 Thread Rob Marscher
> On Fri, Jun 1, 2012 at 12:10 PM, Darryle Steplight > wrote: >>I just heard of Capistrano, but in the past I've used Ant when I >> was using Eclipse for my IDE and working with JSP back in 07. What are >> the best deployment softwares for PHP? Which ones are the easiest to >> get up and run

[nyphp-talk] Code together

2012-06-01 Thread federico ulfo
Today I'll be at Tea Lounge (Union St. Brooklyn) from 3pm to 6pm to work on my project, mail me if you want to hack in company with a good coffee or tea Sent from my iPhone ___ New York PHP User Group Community Talk Mailing List http://lists.nyphp.org/ma

Re: [nyphp-talk] Which deployment apps are you using?

2012-06-01 Thread Chris Snyder
On Fri, Jun 1, 2012 at 12:10 PM, Darryle Steplight wrote: > Hi Everyone, >    I just heard of Capistrano, but in the past I've used Ant when I > was using Eclipse for my IDE and working with JSP back in 07. What are > the best deployment softwares for PHP? Which ones are the easiest to > get up an

[nyphp-talk] Which deployment apps are you using?

2012-06-01 Thread Darryle Steplight
Hi Everyone, I just heard of Capistrano, but in the past I've used Ant when I was using Eclipse for my IDE and working with JSP back in 07. What are the best deployment softwares for PHP? Which ones are the easiest to get up and running quickly? Which do you prefer to use at the job? -- -