On 3/23/11 4:48 PM, Wade Preston Shearer wrote: > We have our dev server set up with wildcard subdomains, so each > developer gets a URL automatically with his linux user account… > > *.user.dev.example.com
I set this up for our developers at a previous job, and they loved it. The only difference is we used: branch.site.dev We set up our own local .dev domain, more for laziness in typing than anything else. In addition, cookies could be passed when going from one branch of a site to another if desired -- mainly this was just authentication. The branches were all in a /projects folder on the remote server. If two developers wanted to, they could work on the same branch at the same time, but usually they just forked off two branches from a parent branch. Steve _______________________________________________ UPHPU mailing list [email protected] http://uphpu.org/mailman/listinfo/uphpu IRC: #uphpu on irc.freenode.net
