in reply to (OT) Fixing OSX's biggest weakness as a dev platform
The way I do it is to create a disk image that contains a case-sensitive, journaled, HFS+ filesystem. Then I mount that as /usr/local, and install all my development stuff in /usr/local (which is where it will get deployed when it goes into production).
This also lets me switch between versions of the development platform or event between projects, by just mounting a different disk image on /usr/local.
| We're not surrounded, we're in a target-rich environment! |
|---|
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: (OT) Fixing OSX's biggest weakness as a dev platform
by dragonchild (Archbishop) on Apr 11, 2008 at 00:57 UTC | |
by radiantmatrix (Parson) on Apr 11, 2008 at 16:49 UTC | |
by jasonk (Parson) on Apr 13, 2008 at 21:39 UTC | |
by radiantmatrix (Parson) on Apr 15, 2008 at 17:57 UTC |