Not exactly what you're looking for, but have you heard of phar?<div><br></div><div><a href="http://www.php.net/manual/en/intro.phar.php">http://www.php.net/manual/en/intro.phar.php</a></div><div><br></div><div>It's kind of like a Java jar. More of a deployment thing than a developer thing.</div>
<div><br></div><div>-dc<br><br><div class="gmail_quote">On Mon, Aug 1, 2011 at 10:38 PM, Matthew Nuzum <span dir="ltr"><<a href="mailto:newz@bearfruit.org">newz@bearfruit.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im"><div class="gmail_quote">On Mon, Aug 1, 2011 at 10:16 PM, David Champion <span dir="ltr"><<a href="mailto:dchamp1337@gmail.com" target="_blank">dchamp1337@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">



I've seen various methods of running things like XAMPP, but IMHO it's crazy simple to set up something like what Barry described, or maybe even just give each dev a stripped down VM with the LAMP stack configured.<div>




<br></div><div>Here's a howto on running XAMPP on Ubuntu.</div><div><br></div><div><a href="http://ubuntuforums.org/showthread.php?t=223410" target="_blank">http://ubuntuforums.org/showthread.php?t=223410</a></div><div>



<br></div><div><font color="#888888">
</font></div></blockquote></div><div><br></div></div>Right, running a full lamp stamp is not a problem. We all use Ubuntu for development and we sometimes use VMs.<div><br></div><div>What would be sweet is to:</div><div>
<br></div>


<div>{bzr|git|svn} branch some-project</div><div>cd some-project</div><div>fab runserver # or whatever</div><div>open <a href="http://localhost:8000/" target="_blank">http://localhost:8000/</a> to test.</div><div><br></div>


<div>xamp, wamp, easyphp, etc have their uses but I don't think they're really any better than what we're doing now, installing php and apache system wide and configuring a virtual host for each site.</div><div>
<div></div><div class="h5"><div>

<br></div><div>-- <br>Matthew Nuzum<br>
newz2000 on freenode, skype, linkedin and twitter<br><br><p>







</p><p><span>♫</span> You're never fully dressed without a smile! <span>♫</span></p><p></p><br>
</div>
</div></div><br>_______________________________________________<br>
Cialug mailing list<br>
<a href="mailto:Cialug@cialug.org">Cialug@cialug.org</a><br>
<a href="http://cialug.org/mailman/listinfo/cialug" target="_blank">http://cialug.org/mailman/listinfo/cialug</a><br>
<br></blockquote></div><br></div>