For server based stuff, I usually put each project in a dir /servers with each subir having a copy of Tomcat. I'm a bit lazy here, I could play with config files and have one instance of Tomcat, but I also like separating things very well. Note that if you are doing Java based server dev, Intellij or Eclipse can point to a single Tomcat instance and deploy in local project space ala WAR explosions :)
For non-server stuff I have a /projects folder where I put each project( read client ) work. SDKs like Flex and such I usually stick in a subdir of /Library, kind of what Apple does. eg, /Library/Flex/SDK/4.1.0 I also make use of macports for managing/installing tools when I can. HomeBrew or Fink are alternatives to this, but again, I'm lazy and rather stick to what I know and get work done :) Its rather nostalgically cool to watch say Perl being compiled from source on your MBP. While we are at it, I have to mention SuperDuper. Great tool for complete bootable backups. and hey, welcome to Mac! Douglas Knudsen http://www.cubicleman.com this is my signature, like it? On Fri, Mar 2, 2012 at 3:20 PM, Cameron Childress <camer...@gmail.com>wrote: > I put CF projects all in the default Apache webroot dir: > > /Library/WebServer/Documents/[projectname] > > Non-web projects (Flex/AIR/Titanium) I usually just leave wherever the IDE > wants to put them. > > I create vhosts entries for each project in Apache and make entries for > each in the hosts file (located at /private/etc/hosts). Usually I use > ".local" for these. So if I am working on www.acfug.org, the local > development entry would be www.acfug.local. > > That's how I do it... > > -Cameron > > > On Fri, Mar 2, 2012 at 3:05 PM, Clarke Bishop <cbis...@inboundteam.com>wrote: > >> A few weeks back I switched from PC to Mac. A key reason was that I >> thought Mac's have now become better development machines! >> >> Here's my question for anyone doing web development on a Mac. How do you >> organize your files for development. Do you put everything under Documents, >> create new folders inside of your home folder? What? >> >> Thanks for any tips. >> >> Clarke >> >> -- >> >> *Clarke Bishop** >> Inbound Team <http://www.inboundteam.com/>* >> 770.642.1353 >> cbis...@inboundteam.com >> Get my vCard >> here<http://www.inboundteam.com/Portals/13372/vcard/clarkebishop-inboundteam.vcf> >> | Clarke's LinkedIn Profile <http://www.linkedin.com/in/clarkebishop> >> >> > > > -- > Cameron Childress > -- > p: 678.637.5072 > im: cameroncf > facebook <http://www.facebook.com/cameroncf> | > twitter<http://twitter.com/cameronc> | > google+ <https://profiles.google.com/u/0/117829379451708140985> > > >