Suggested Mac OS X Leopard dev environment?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Evil Otto

    Suggested Mac OS X Leopard dev environment?

    I've been trying (not all that successfully) to set up a dev
    environment here and would appreciate any wisdom you folks can
    provide.

    If any of you use OS X for development, could you tell me what your
    environment is like (IDE selection, server location, remote/local
    debugging, so forth)? What I've got at the moment is Zend Studio and
    a Linux-based (separate) development server. Zend has just informed
    me that a bug that is a show-stopper for me will not be fixed, so I'm
    trying to consider alternatives.

    Any suggestions are welcome.
  • Toby A Inkster

    #2
    Re: Suggested Mac OS X Leopard dev environment?

    Evil Otto wrote:
    If any of you use OS X for development, could you tell me what your
    environment is like (IDE selection, server location, remote/local
    debugging, so forth)?
    I edit in TextWrangler, manage my files with svnX and run a local copy of
    MAMP for testing.

    --
    Toby A Inkster BSc (Hons) ARCS
    [Geek of HTML/SQL/Perl/PHP/Python/Apache/Linux]
    [OS: Linux 2.6.17.14-mm-desktop-9mdvsmp, up 3 days, 31 min.]

    It'll be in the Last Place You Look

    Comment

    • Sanders Kaufman

      #3
      Re: Suggested Mac OS X Leopard dev environment?

      "Evil Otto" <zburnham@gmail .comwrote in message
      news:e4e29f2b-954d-4431-b7cb-f094d89ab98b@e6 g2000prf.google groups.com...
      I've been trying (not all that successfully) to set up a dev
      environment here and would appreciate any wisdom you folks can
      provide.
      >
      If any of you use OS X for development, could you tell me what your
      environment is like (IDE selection, server location, remote/local
      debugging, so forth)? What I've got at the moment is Zend Studio and
      a Linux-based (separate) development server. Zend has just informed
      me that a bug that is a show-stopper for me will not be fixed, so I'm
      trying to consider alternatives.
      >
      Any suggestions are welcome.
      Zend Studio comes with Zend Core.
      Shopping.com is a leading price comparison site that allows you shop online for the best deals and lowest prices. You can read unbiased product reviews and compare prices online. Online shopping has never been as easy!


      If you install Zend Core, it'll get all the Apache, MySQL, PHP stuff
      installed for you.
      Then, when you install Zend Studio, you'll have all the IDE stuff you need -
      and it'll work.


      Comment

      • Evil Otto

        #4
        Re: Suggested Mac OS X Leopard dev environment?

        On Nov 27, 3:04 pm, "Sanders Kaufman" <bu...@kaufman. netwrote:
        "Evil Otto" <zburn...@gmail .comwrote in message
        >
        news:e4e29f2b-954d-4431-b7cb-f094d89ab98b@e6 g2000prf.google groups.com...
        >
        I've been trying (not all that successfully) to set up a dev
        environment here and would appreciate any wisdom you folks can
        provide.
        >
        If any of you use OS X for development, could you tell me what your
        environment is like (IDE selection, server location, remote/local
        debugging, so forth)? What I've got at the moment is Zend Studio and
        a Linux-based (separate) development server. Zend has just informed
        me that a bug that is a show-stopper for me will not be fixed, so I'm
        trying to consider alternatives.
        >
        Any suggestions are welcome.
        >
        Zend Studio comes with Zend Core.http://www.epinions.com/content_290447527556
        >
        If you install Zend Core, it'll get all the Apache, MySQL, PHP stuff
        installed for you.
        Then, when you install Zend Studio, you'll have all the IDE stuff you need -
        and it'll work.
        Unless you have two files in different directories that happen to have
        the same name, in which case, it won't. That's the bug that they're
        not going to fix.

        Comment

        • myhusky

          #5
          Re: Suggested Mac OS X Leopard dev environment?

          I have been using Mac for the past 6 month (updated to Leopard
          recently). I use Zend IDE, MAMP (for local testing). There might be a
          transitional period (get used to OS X).

          ---

          Comment

          • Evil Otto

            #6
            Re: Suggested Mac OS X Leopard dev environment?

            On Nov 27, 9:30 pm, myhusky <myhu...@gmail. comwrote:
            I have been using Mac for the past 6 month (updated to Leopard
            recently). I use Zend IDE, MAMP (for local testing). There might be a
            transitional period (get used to OS X).
            >
            ---http://devoger.blogspo t.com
            That's probably the setup I'm going to end up going with (or Neon,
            haven't decided yet.) There are some seriously painful workarounds
            (and the MAMP distro has its MySQL configured in a supremely stupid
            way, without any query cache.)

            Still, it boggles me that they're not even going to try to fix the bug
            that made me look for alternatives in the first place. Their
            suggested solution (I'm not kidding) was "don't use files with the
            same name."

            Comment

            • Sanders Kaufman

              #7
              Re: Suggested Mac OS X Leopard dev environment?

              Oops - I'm not on Mac.
              That's what I was doing "right". ;)


              "Rik Wasmus" <luiheidsgoeroe @hotmail.comwro te in message
              news:op.t2inezb c5bnjuv@metalli um.lan...
              On Wed, 28 Nov 2007 19:54:52 +0100, Sanders Kaufman <bucky@kaufman. net>
              wrote:
              What am I doing wrong... or, as the case may be, "right".
              The problem seems to occur if you fiddle around with the working dir
              (chdir() calls for instance). If you don't it's likely you won't have any
              problems.



              Comment

              Working...